.NET Framework Class Library
MWCmd.WorkingSet Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM WorkingSet commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration WorkingSet |
C# |
|---|
public enum WorkingSet |
Visual C++ |
|---|
public enum class WorkingSet |
JavaScript |
|---|
MwPDMApi.WorkingSet = function(); MwPDMApi.WorkingSet.createEnum('MwPDMApi.WorkingSet', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
WorkingSetCreate |
0 |
||
WorkingSetAppend |
1 |
||
WorkingSetOpen |
2 |
||
WorkingSetCheckout |
3 |
||
WorkingSetUnCheckout |
4 |
||
WorkingSetCheckin |
5 |
||
WorkingSetUnCheckin |
6 |
||
WorkingSetIncrementRevisionState |
7 |
||
WorkingSetGetInProgressState |
8 |
Remarks
See Also