.NET Framework Class Library
Database.GetSortedUIDListForProcessing Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Returns input uid list values sorted by approval hierarchy.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetSortedUIDListForProcessing ( _ uidList As String, _ |
C# |
|---|
public string GetSortedUIDListForProcessing( string uidList, |
Visual C++ |
|---|
public: String^ GetSortedUIDListForProcessing( |
JavaScript |
|---|
function getSortedUIDListForProcessing(uidList, mode, showLinkedDrawings, CheckForForeignDocuments, NoTraverseChildren, NeverReturnLinkedDocuments); |
Parameters
uidList
Type: System.String
comma separated documents unique id list.
mode
Type: System.String
0=checkout, 1=checkin, 2=approve.
showLinkedDrawings
Type: System.Boolean
if TRUE the result list contains all required subcomponents.
CheckForForeignDocuments
Type: System.Boolean
if TRUE the result list contains all required subcomponents.
NoTraverseChildren
Type: System.Boolean
if TRUE the result list contains all required subcomponents.
NeverReturnLinkedDocuments
Type: System.Boolean
if TRUE the result list contains all required subcomponents.
Remarks
See Also