Plumtree Portal UI  
 

ObjPropModel.ValidateTree Method 

Recursively iterates through a pick tree and validates that all the nodes are valid.

public static void ValidateTree(
   IPTTreeIterator ptTreeIterator,
   int nLevel
);

Parameters

ptTreeIterator
Tree to validate
nLevel
The current level to validate, which should initially be 0.

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace