Uiinfrastructure API Docs  
 

TreeDataHelpers.ParseTreeDataGetName Method 

Parses out the Name of an object from the data string returned by a Tree Control

public static string[] ParseTreeDataGetName(
   string strTreeData
);

Parameters

strTreeData
data string from a Tree Control

Return Value

String[] an array of Object Names of the selected Objects.

See Also

TreeDataHelpers Class | com.plumtree.uiinfrastructure.tree Namespace