Uiinfrastructure API Docs  
 

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

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

public static string GetConfigVariableAsString(
   string strSection,
   string strSubSection,
   string strAttribute,
   IApplication app
);

Parameters

strSection
strSubSection
strAttribute
app

Return Value

String with the requested variable value, or null if the variable is not found, or cannot be retrieved.

See Also

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