.NET Framework Class Library
Database.GetParentsList 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 GetParentsList ( _ uid As Integer, _ |
C# |
|---|
public List<int> GetParentsList( int uid, |
Visual C++ |
|---|
public: List<int>^ GetParentsList( |
JavaScript |
|---|
function getParentsList(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 list containing the unique ids of parent documents
See Also