Plumtree Portal UI  
 

PTConfigHelper.GetConfigVariableAsInt Method 

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

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

Parameters

strSection
strSection
strSubSection
strSubSection
strAttribute
strAttribute
space
the current space

Return Value

int the requested variable

See Also

PTConfigHelper Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace