.NET Framework Class Library
Database.GetParents 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 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, _ |
C# |
|---|
public int GetParents( string uid, |
Visual C++ |
|---|
public: int GetParents( |
JavaScript |
|---|
function getParents(uid, parentList, optionalQueryFilter); |
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