.NET Framework Class Library
Selection.GetActiveDocUid Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.GetActiveDocUid Method

Returns the unique id of the record corresponding to the document currently opened.

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

Syntax

Visual Basic

Public Function GetActiveDocUid As String

C#

public string GetActiveDocUid()

Visual C++

public:

StringGetActiveDocUid()

JavaScript

function getActiveDocUid();

Return Value

unique id of the document, "0" if no record found

Remarks

See Also

Selection Class

Selection Members

MwPDMApi Namespace