MFPropertyValuesBuilderSetWorkflowState(Object, Object) Method

Sets the workflow and state properties.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder SetWorkflowState(
	Object workflow = null,
	Object state = null
)

Parameters

workflow  Object  (Optional)
A reference to the workflow to to be set. If null, the workflow is resolved from the passed state.
state  Object  (Optional)
A reference to the state to be set. If null, the first state of the workflow is used.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also