Click or drag to resize

MFPropertyValuesBuilderSetWorkflowState Method (Object, Object)

Sets the workflow and state properties.

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

Parameters

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

Return Value

Type: MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.
See Also