Initialize a new document to the given state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void InitState(
	DocumentWorkflowFlags state,
	string todoUserName,
	string managerUserName
)
Visual Basic
Public Sub InitState ( _
	state As DocumentWorkflowFlags, _
	todoUserName As String, _
	managerUserName As String _
)
Visual C++
public:
void InitState(
	DocumentWorkflowFlags state, 
	String^ todoUserName, 
	String^ managerUserName
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..DocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags.
todoUserName
Type: System..::..String
The user name of the to-do person.
managerUserName
Type: System..::..String
The user name of the manager.

See Also