.NET Framework Class Library
Selection.SelectById Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Selection Class > Selection Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void SelectById( string docId, |
Visual C++ |
|---|
public: void SelectById( |
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