.NET Framework Class Library
Selection.SelectById Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Selection.SelectById Method

Activates the Documents Page and selects a document in a list given it's id and type

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

Syntax

Visual Basic

Public Sub SelectById ( _

docId As String, _
docType As String _
)

C#

public void SelectById(

string docId,
string docType
)

Visual C++

public:

void SelectById(
String^ docId,
String^ docType
)

JavaScript

function selectById(docId, docType);

Parameters

docId

Type: System.String
ID of the document

docType

Type: System.String
Type of the document: A, P, D, G, 0

See Also

Selection Class

Selection Members

MwPDMApi Namespace