.NET Framework Class Library
Selection.SelectFromComposedOf Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Selection Class > Selection Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public string SelectFromComposedOf( string docUid, |
Visual C++ |
|---|
public: String^ SelectFromComposedOf( |
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