Plumtree Portal UI  
 

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

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

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

Parameters

strSection
strSection
strSubSection
strSubSection
strAttribute
strAttribute
space
the current space

Return Value

String the requested variable

See Also

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