Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetValueAsInt Method 

This method will return the int value for a named node in a section under the root XML node.

public virtual int GetValueAsInt(
   string strSection,
   string strName
);

Parameters

strSection
strName

Return Value

int the int value of the Name/Value pair.

See Also

XMLBaseVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace