MFPropertyValuesBuilderSetWorkflowState Method (MFIdentifier, MFIdentifier) |
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(
MFIdentifier workflow = null,
MFIdentifier state = null
)
Public Function SetWorkflowState (
Optional workflow As MFIdentifier = Nothing,
Optional state As MFIdentifier = Nothing
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetWorkflowState(
MFIdentifier^ workflow = nullptr,
MFIdentifier^ state = nullptr
)
Parameters
- workflow (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the workflow to to be set. If null, the workflow is resolved from the passed state. - state (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
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