Common.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() |
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()
public:
virtual bool Cansubmittoworkflow();
public virtual bool Cansubmittoworkflow ();
abstract member Cansubmittoworkflow : unit -> bool
override this.Cansubmittoworkflow : unit -> bool
Public Overridable Function Cansubmittoworkflow () As Boolean