MFPropertyValuesBuilderSetWorkflowState(MFIdentifier, MFIdentifier) Method
Sets the workflow and state properties.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder SetWorkflowState(
MFIdentifier workflow = null,
MFIdentifier state = null
)
- 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.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.