.NET Framework Class Library
Database.GetChildrenList Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Database.GetChildrenList Method

Retrieves a list of current document first level children.

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

Syntax

Visual Basic

Public Function GetChildrenList ( _

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

C#

public List<int> GetChildrenList(

int uid,
string optionalQueryFilter
)

Visual C++

public:

List<int>^ GetChildrenList(
int uid,
String^ optionalQueryFilter
)

JavaScript

function getChildrenList(uid, optionalQueryFilter);

Parameters

uid

Type: System.Int32
unique id of the root document

optionalQueryFilter

Type: System.String
further specification for the search.

Return Value

The array containing the unique ids of parent documents.

See Also

Database Class

Database Members

MwPDMApi Namespace