Plumtree Portal UI  
 

PTConfigHelper.GetConfigVariables Method (String, String, String, IApplication)

Helper method to access a String variable from x_config.xml.

new public static object[] GetConfigVariables(
   string strSection,
   string strSubSection,
   string strAttribute,
   IApplication application
);

Parameters

strSection
strSection
strSubSection
strSubSection
strAttribute
strAttribute
application

Return Value

String the requested variable

See Also

PTConfigHelper Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace | PTConfigHelper.GetConfigVariables Overload List