.NET Framework Class Library
Selection.SelectFromWhereUsed Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.SelectFromWhereUsed Method

Returns the documents where the current one is used.

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

Syntax

Visual Basic

Public Function SelectFromWhereUsed ( _

 docUid As String, _
 whereUsedType As String, _
 title As String _
As String

C#

public string SelectFromWhereUsed(

 string docUid,
 string whereUsedType,
 string title
)

Visual C++

public:

StringSelectFromWhereUsed(
 StringdocUid,
 StringwhereUsedType,
 Stringtitle
)

JavaScript

function selectFromWhereUsed(docUidwhereUsedTypetitle);

Parameters

docUid

Type: System.String
unique id of the document of which find users

whereUsedType

Type: System.String
filter to select only some type of document between the users (like "'A','P'")

title

Type: System.String
title of the dialog shown

Return Value

unique id of the document selected in the dialog

Remarks

See Also

Selection Class

Selection Members

MwPDMApi Namespace