.NET Framework Class Library
Selection.SelectFromComposedOf Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Selection Class > Selection Methods >

.NET Framework Class Library
Selection.SelectFromComposedOf Method

It shows a dialog that allows to select documents from a list, given a parent document and a criteria to choose children between.

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

Syntax

Visual Basic

Public Function SelectFromComposedOf ( _

docUid As String, _
composedOfType As String, _
title As String _
) As String

C#

public string SelectFromComposedOf(

string docUid,
string composedOfType,
string title
)

Visual C++

public:

String^ SelectFromComposedOf(
String^ docUid,
String^ composedOfType,
String^ title
)

JavaScript

function selectFromComposedOf(docUid, composedOfType, title);

Parameters

docUid

Type: System.String
unique id of the document to find children of

composedOfType

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

title

Type: System.String
title of the dialog shown

Return Value

unique id of the selected document

Remarks

See Also

Selection Class

Selection Members

MwPDMApi Namespace