.NET Framework Class Library
SimpleUserProcessDocument Delegate

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
SimpleUserProcessDocument Delegate

Delegate for the callback method invoked during traverse for each tree element

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

Syntax

Visual Basic

Public Delegate Function SimpleUserProcessDocument ( _

docUid As Integer _
) As Boolean

C#

public delegate bool SimpleUserProcessDocument(

int docUid
)

Visual C++

public delegate bool SimpleUserProcessDocument(

int docUid
)

JavaScript

function(docUid);

Parameters

docUid

Type: System.Int32
Unique id of the current tree node

Return Value

The return value is used to continue/stop the tree traversing

See Also

MwPDMApi Namespace