.NET Framework Class Library
Tree.WithCallback Method (SimpleUserProcessDocument)

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Tree Class > Tree Methods > WithCallback Method  >

.NET Framework Class Library
Tree.WithCallback Method (SimpleUserProcessDocument)

Returns an object that allows to traverse a document tree using a callback method instead of an object

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

Syntax

Visual Basic

Public Function WithCallback ( _

 callback As SimpleUserProcessDocument _
As ITreeWalker

C#

public ITreeWalker WithCallback(

 SimpleUserProcessDocument callback
)

Visual C++

public:

ITreeWalkerWithCallback(
 SimpleUserProcessDocumentcallback
)

JavaScript

function withCallback(callback);

Parameters

callback

Type: MwPDMApi.SimpleUserProcessDocument
The callback method to be invoked during traverse

Return Value

See Also

Tree Class

Tree Members

WithCallback Overload

MwPDMApi Namespace