IWorkflowManagerAddWorkState Method
|
Creates a new
Work State.
The name of the new workstate cannot match that of any existing workstates.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIWorkState AddWorkState(
string name,
string description
)
Function AddWorkState (
name As String,
description As String
) As IWorkState
IWorkState^ AddWorkState(
String^ name,
String^ description
)
abstract AddWorkState :
name : string *
description : string -> IWorkState Parameters
- name String
- Name of the workstate to create; must be unique
- description String
- Description of the new workstate
Return Value
IWorkStateNewly created workstate.
Exceptions
RemarksThe workstate instance returned is not yet stored in the content store.
See Also