.NET Framework Class Library
Database.GetChildren Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > 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 GetChildren ( _ uid As String, _ |
C# |
|---|
public int GetChildren( string uid, |
Visual C++ |
|---|
public: int GetChildren( |
JavaScript |
|---|
function getChildren(uid, childList, optionalQueryFilter); |
Parameters
uid
Type: System.String
unique id of the root document
childList
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
Remarks
See Also