CommonImplementation.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() | |
Cansubmittoworkflow(String) |
Cansubmittoworkflow()
public:
abstract bool Cansubmittoworkflow();
public abstract bool Cansubmittoworkflow ();
abstract member Cansubmittoworkflow : unit -> bool
Public MustOverride Function Cansubmittoworkflow () As Boolean
Returns
Applies to
Cansubmittoworkflow(String)
public:
abstract bool Cansubmittoworkflow(System::String ^ workflowType);
public abstract bool Cansubmittoworkflow (string workflowType);
abstract member Cansubmittoworkflow : string -> bool
Public MustOverride Function Cansubmittoworkflow (workflowType As String) As Boolean
Parameters
- workflowType
- String