.NET Framework Class Library
Selection.SelectQueryByUniqueId Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.SelectQueryByUniqueId Method

Activate the Query page and select an item in the tree given its unique id.

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

Syntax

Visual Basic

Public Sub SelectQueryByUniqueId ( _

docUid As String _
)

C#

public void SelectQueryByUniqueId(

string docUid
)

Visual C++

public:

void SelectQueryByUniqueId(
String^ docUid
)

JavaScript

function selectQueryByUniqueId(docUid);

Parameters

docUid

Type: System.String
unique id of the document to select

Remarks

See Also

Selection Class

Selection Members

MwPDMApi Namespace