.NET Framework Class Library
Database.GetParentsList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.GetParentsList Method

Retrieves a list of current document parents.

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

Syntax

Visual Basic

Public Function GetParentsList ( _

 uid As Integer, _
 optionalQueryFilter As String _
As List(Of Integer)

C#

public List<intGetParentsList(

 int uid,
 string optionalQueryFilter
)

Visual C++

public:

List<int>^ GetParentsList(
 int uid,
 StringoptionalQueryFilter
)

JavaScript

function getParentsList(uidoptionalQueryFilter);

Parameters

uid

Type: System.Int32
unique id of the root document

optionalQueryFilter

Type: System.String
Further specification for the search

Return Value

The list containing the unique ids of parent documents

See Also

Database Class

Database Members

MwPDMApi Namespace