Plumtree UI Infrastructure API  
 

TreeLeafNode.GetEncodedName Method 

This method returns the name of the node (truncated to 50 characters and HTMLEncoded). The name is stored truncated and encoded, so this method is fast. Tracing should use this method, even though it does not need to encode the name.

public virtual string GetEncodedName();

Return Value

String the name of the node.

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace