.NET Framework Class Library
Database.GetParents Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.GetParents 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 GetParents ( _

 uid As String, _
 ByRef parentList As Object, _
 optionalQueryFilter As String _
As Integer

C#

public int GetParents(

 string uid,
 ref Object parentList,
 string optionalQueryFilter
)

Visual C++

public:

int GetParents(
 Stringuid,
 Object^% parentList,
 StringoptionalQueryFilter
)

JavaScript

function getParents(uidparentListoptionalQueryFilter);

Parameters

uid

Type: System.String
Unique id of the root document

parentList

Type: System.Object
Output. The array containing the unique ids of parent documents.

optionalQueryFilter

Type: System.String
Further specification for the search

Return Value

number of records found

See Also

Database Class

Database Members

MwPDMApi Namespace