.NET Framework Class Library
WorkingSet.WorkingSetCreate Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > WorkingSet Class > WorkingSet Methods > .NET Framework Class Library |
Activates the Query page and creates the working set corresponding to the documents enumerated through a list of unique ids.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub WorkingSetCreate ( _ ParamArray args As Object() _ |
C# |
|---|
public void WorkingSetCreate( params Object[] args |
Visual C++ |
|---|
public: void WorkingSetCreate( |
JavaScript |
|---|
function workingSetCreate(... args); |
Parameters
args
Type: System.Object[]
list of documents unique Ids
Remarks
DBWorks browser must be open and Query Page must be active
See Also