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
Syntaxpublic MFPropertyValuesBuilder SetWorkflowState(
Object workflow = null,
Object state = null
)
Public Function SetWorkflowState (
Optional workflow As Object = Nothing,
Optional state As Object = Nothing
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetWorkflowState(
Object^ workflow = nullptr,
Object^ state = nullptr
)
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:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also