.NET Framework Class Library
Database.GetChildrenList Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public List<int> GetChildrenList( int uid, |
Visual C++ |
|---|
public: List<int>^ GetChildrenList( |
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