Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetVarPackKeys Method 

This method will return an enumeration of the top level nodes in the XML tree that was loaded by this VarPack. This is used by the Memory Debug page to query for the contents of the VarPack.

public override IXPEnumerator GetVarPackKeys();

Implements

IVarPack.GetVarPackKeys

See Also

XMLBaseVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace | IVarPack#GetVarPackKeys