.NET Framework Class Library
ITreeWalker.WalkTreeAllInstances Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ITreeWalker Interface > ITreeWalker Methods > .NET Framework Class Library |
Traverse a document tree, walking over every instance of the components of an assembly.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Sub WalkTreeAllInstances ( _ docUid As Integer, _ |
C# |
|---|
void WalkTreeAllInstances( int docUid, |
Visual C++ |
|---|
void WalkTreeAllInstances( int docUid, |
JavaScript |
|---|
function walkTreeAllInstances(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