.NET Framework Class Library
Selection.SelectFromWhereUsed Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Selection Class > Selection Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public string SelectFromWhereUsed( string docUid, |
Visual C++ |
|---|
public: String^ SelectFromWhereUsed( |
JavaScript |
|---|
function selectFromWhereUsed(docUid, whereUsedType, title); |
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