Plumtree UI Infrastructure API  
 

ATreeModel.GetKeyFromNode Method 

This function creates a unique key given a node. It is used to store items in XPHashtables. Override this function if your tree's nodes can't be differentiated by "classid, objectid"

protected virtual string GetKeyFromNode(
   TreeLeafNode node
);

Parameters

node

Return Value

String

See Also

ATreeModel Class | com.plumtree.uiinfrastructure.tree Namespace