Uiinfrastructure API Docs  
 

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

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

public static string GetConfigVariableAsString(
   string strSection,
   string strSubSection,
   string strAttribute,
   AActivitySpace owner
);

Parameters

strSection
strSubSection
strAttribute
owner
Current Activityspace

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