.NET Framework Class Library
Selection.GetSelection Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Selection Class > Selection Methods > .NET Framework Class Library |
Get the unique id of the document currently selected and, in case more than one document is selected, a comma separated list of uids is returned
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetSelection As String |
C# |
|---|
public string GetSelection() |
Visual C++ |
|---|
public: String^ GetSelection() |
JavaScript |
|---|
function getSelection(); |
Return Value
unique id of the selected document
Remarks
See Also