.NET Framework Class Library
MWCmd.Workflow Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Workflow commands
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration Workflow |
C# |
|---|
public enum Workflow |
Visual C++ |
|---|
public enum class Workflow |
JavaScript |
|---|
MwPDMApi.Workflow = function(); MwPDMApi.Workflow.createEnum('MwPDMApi.Workflow', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
QueryWorkflowStatePermissions |
0 |
||
WorkflowUpdateState |
1 |
||
WorkflowGotoState |
2 |
||
WorkflowGetStateList |
3 |
||
WorkflowGetUserList |
4 |
||
WorkflowGetNotesAndFileAttachment |
5 |
||
WorkflowSubmit |
6 |
||
WorkflowRemove |
7 |
Remarks
See Also