[This is preliminary documentation and is subject to change.]
Provides enumerated types of the workflow types.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum WorkflowType |
| Visual Basic (Declaration) |
|---|
Public Enumeration WorkflowType |
| Visual C++ |
|---|
public enum class WorkflowType |
Members
| Member name | Description | |
|---|---|---|
| NoWorkflow |
There is no workflow.
| |
| Disable |
Workflow is disabled.
| |
| Manual |
Workflow is manual.
| |
| SinglePerson |
Workflow is for a two person.
| |
| TwoPerson |
Workflow is for three person.
| |
| ThreePerson |
Workflow is for four person.
|
