MFPropertyValuesBuilderSetWorkflowState(MFIdentifier, MFIdentifier) 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(
	MFIdentifier workflow = null,
	MFIdentifier state = null
)

Parameters

workflow  MFIdentifier  (Optional)
A reference to the workflow to to be set. If null, the workflow is resolved from the passed state.
state  MFIdentifier  (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