.NET Framework Class Library
Database.GetSortedUIDListForProcessing Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.GetSortedUIDListForProcessing Method

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, _
 mode As String, _
 showLinkedDrawings As Boolean, _
 CheckForForeignDocuments As Boolean, _
 NoTraverseChildren As Boolean, _
 NeverReturnLinkedDocuments As Boolean _
As String

C#

public string GetSortedUIDListForProcessing(

 string uidList,
 string mode,
 bool showLinkedDrawings,
 bool CheckForForeignDocuments,
 bool NoTraverseChildren,
 bool NeverReturnLinkedDocuments
)

Visual C++

public:

StringGetSortedUIDListForProcessing(
 StringuidList,
 Stringmode,
 bool showLinkedDrawings,
 bool CheckForForeignDocuments,
 bool NoTraverseChildren,
 bool NeverReturnLinkedDocuments
)

JavaScript

function getSortedUIDListForProcessing(uidListmodeshowLinkedDrawingsCheckForForeignDocumentsNoTraverseChildrenNeverReturnLinkedDocuments);

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

Database Class

Database Members

MwPDMApi Namespace