Plumtree UI Infrastructure API  
 

TreeLeafNode.GetName Method 

This method returns the name of the node (truncated to 50 characters). This method unencodes the stored encoded name, so it should only be used when retrieving the final tree selections. Tracing should use the GetEncodedName method.

public virtual string GetName();

Return Value

String the name of the node.

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace