Uiinfrastructure API Docs  
 

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

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

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

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | ConfigHelper.GetConfigVariables Overload List