.NET Framework Class Library
ITreeWalker.WalkTreeBottomTop Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ITreeWalker Interface > ITreeWalker Methods > .NET Framework Class Library |
Traverse a document tree, in a bottom-to-top order.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Sub WalkTreeBottomTop ( _ docUid As Integer, _ |
C# |
|---|
void WalkTreeBottomTop( int docUid, |
Visual C++ |
|---|
void WalkTreeBottomTop( int docUid, |
JavaScript |
|---|
function walkTreeBottomTop(docUid, traverseParent, queryFilter); |
Parameters
docUid
Type: System.Int32
Unique id of the root document
traverseParent
Type: System.Boolean
TRUE traverse document parent tree, FALSE traverse document child tree
queryFilter (Optional)
Type: System.String
Optional. Further specification for the tree walking (like "AND _condition_")
See Also