Click or drag to resize

BCWorkPackageTemplateNewState Method (String)

Creates a new state with the specified name.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCWorkPackageState NewState(
	string name
)

Parameters

name
Type: SystemString
The name of the state to create.

Return Value

Type: BCWorkPackageState
The created state.
See Also