MFPropertyValuesBuilderSetWorkflowState(Object, Object) 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(
	Object workflow = null,
	Object state = null
)
- 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.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.