Plumtree Portal UI  
 

AdminTreeModel.CheckForIdenticalNames Method 

This helper method determines if two nodes in the flat list have the same names, and then gets appends their folder name if they are identical.

public virtual void CheckForIdenticalNames(
   TreeLeafNode firstNode,
   string strFirstNodeName,
   TreeLeafNode secondNode,
   string strSecondNodeName
);

Parameters

firstNode
strFirstNodeName
secondNode
strSecondNodeName

See Also

AdminTreeModel Class | com.plumtree.portaluiinfrastructure.tree Namespace