NativeCommonImplementation.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:
override bool Cansubmittoworkflow();
public override bool Cansubmittoworkflow ();
override this.Cansubmittoworkflow : unit -> bool
Public Overrides Function Cansubmittoworkflow () As Boolean
Returns
Applies to
Cansubmittoworkflow(String)
public:
override bool Cansubmittoworkflow(System::String ^ workflowType);
public override bool Cansubmittoworkflow (string workflowType);
override this.Cansubmittoworkflow : string -> bool
Public Overrides Function Cansubmittoworkflow (workflowType As String) As Boolean
Parameters
- workflowType
- String