.NET Framework Class Library
Selection.SelectByUniqueId Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.SelectByUniqueId Method

Activate the Documents Page and selects the document with the unique id assigned.

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

Syntax

Visual Basic

Public Sub SelectByUniqueId ( _

 docUid As Integer _
)

C#

public void SelectByUniqueId(

 int docUid
)

Visual C++

public:

void SelectByUniqueId(
 int docUid
)

JavaScript

function selectByUniqueId(docUid);

Parameters

docUid

Type: System.Int32
Unique id of the document

See Also

Selection Class

Selection Members

MwPDMApi Namespace