Plumtree UI Infrastructure API  
 

TreeLeafNode.SetDescription Method 

This method sets the description of the node and HTMLEncodes it. This will ignore the description if it is null or the empty string.

public virtual void SetDescription(
   string strDescription
);

Parameters

strDescription

See Also

TreeLeafNode Class | com.plumtree.uiinfrastructure.tree Namespace