.NET Framework Class Library
ITreeWalker.WalkTreeAllInstances Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > ITreeWalker Interface > ITreeWalker Methods >

.NET Framework Class Library
ITreeWalker.WalkTreeAllInstances Method

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, _
 traverseParent As Boolean, _
 Optional queryFilter As String = "" _
)

C#

void WalkTreeAllInstances(

 int docUid,
 bool traverseParent,
 string queryFilter = ""
)

Visual C++

void WalkTreeAllInstances(

 int docUid,
 bool traverseParent,
 StringqueryFilter = L""
)

JavaScript

function walkTreeAllInstances(docUidtraverseParentqueryFilter);

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

ITreeWalker Interface

ITreeWalker Members

MwPDMApi Namespace