Plumtree Portal UI  
 

IPTConfigHelper.GetConfigVariableAsInt Method 

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

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

IPTConfigHelper Interface | com.plumtree.portaluiinfrastructure.helpers Namespace