Uiinfrastructure API Docs  
 

ConfigHelper.GetConfigVariableAsInt Method (String, String, String, Application)

Helper method to access an int variable from portalconfig.xml.

public static int GetConfigVariableAsInt(
   string strSection,
   string strSubSection,
   string strAttribute,
   Application application
);

Parameters

strSection
strSection
strSubSection
strSubSection
strAttribute
strAttribute
application

Return Value

int the requested variable

See Also

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