.NET Framework Class Library
ITreeWalker.WalkTree Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ITreeWalker Interface > ITreeWalker Methods >

.NET Framework Class Library
ITreeWalker.WalkTree Method

Traverse a document tree.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Sub WalkTree ( _

docUid As Integer, _
traverseParent As Boolean, _
Optional queryFilter As String = "" _
)

C#

void WalkTree(

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

Visual C++

void WalkTree(

int docUid,
bool traverseParent,
String^ queryFilter = L""
)

JavaScript

function walkTree(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

ITreeWalker Interface

ITreeWalker Members

MwPDMApi Namespace