Plumtree UI Infrastructure API  
 

TreeLeafNode.SetName Method 

This method sets the name of the node, truncates it to 50 characters, and HTMLEncodes it. This also sets the description to the full name, if there is no description set.

public virtual void SetName(
   string strName
);

Parameters

strName

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace