Creates a new instance of a ChangeState pending action object.
Namespace:
FileNet.Api.Action
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ lifecycleAction As LifecycleChangeFlags _ ) |
| C# |
|---|
public ChangeState( LifecycleChangeFlags lifecycleAction ) |
| Visual C++ |
|---|
public: ChangeState( LifecycleChangeFlags lifecycleAction ) |
| JavaScript |
|---|
FileNet.Api.Action.ChangeState = function(lifecycleAction); |
Parameters
- lifecycleAction
- Type: FileNet.Api.Constants..::.LifecycleChangeFlags
A LifecycleChangeFlags constant specifying the type of state transition to be applied to the document or task.