VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Common
ObjVerEx Class
ObjVerEx Methods
SetWorkflowState Method
SetWorkflowState Method (Object, Object)
SetWorkflowState Method (MFIdentifier, MFIdentifier)
ObjVerEx
SetWorkflowState Method (MFIdentifier, MFIdentifier)
Sets workflow and state values for the object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
void
SetWorkflowState
(
MFIdentifier
workflow
=
null
,
MFIdentifier
state
=
null
)
Parameters
workflow
(Optional)
Type:
MFiles.VAF.Configuration
MFIdentifier
A reference to the workflow to set.
state
(Optional)
Type:
MFiles.VAF.Configuration
MFIdentifier
A reference to the state to set.
See Also
Reference
ObjVerEx Class
SetWorkflowState Overload
MFiles.VAF.Common Namespace