xRecord.canSubmitToWorkflow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
canSubmitToWorkflow(String) | |
canSubmitToWorkflow() |
Indicates whether submission to workflow is possible. |
canSubmitToWorkflow(String)
public:
virtual bool canSubmitToWorkflow(System::String ^ _workflowType);
public virtual bool canSubmitToWorkflow (string _workflowType);
abstract member canSubmitToWorkflow : string -> bool
override this.canSubmitToWorkflow : string -> bool
Public Overridable Function canSubmitToWorkflow (_workflowType As String) As Boolean
Parameters
- _workflowType
- String
Returns
Applies to
canSubmitToWorkflow()
Indicates whether submission to workflow is possible.
public:
virtual bool canSubmitToWorkflow();
public virtual bool canSubmitToWorkflow ();
abstract member canSubmitToWorkflow : unit -> bool
override this.canSubmitToWorkflow : unit -> bool
Public Overridable Function canSubmitToWorkflow () As Boolean
Returns
true if submission is possible; otherwise, false.