Plumtree Portal UI  
 

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

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

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

Parameters

strSection
strSection
strSubSection
strSubSection
strAttribute
strAttribute
app

Return Value

String the requested variable

See Also

IPTConfigHelper Interface | com.plumtree.portaluiinfrastructure.helpers Namespace | IPTConfigHelper.GetConfigVariableAsString Overload List