Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetValue Method 

This method will return the String value for a named node in a section under the root XML node. GetValueAsString, GetValueAsInt, and GetValueAsBoolean are the preferred methods of accessing the data in this VarPack, and should be used instead of this method.

protected override object GetValue(
   string strSectionAndName
);

Parameters

strSectionAndName

See Also

XMLBaseVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace | BaseVarPack#GetValue