SPRibbonCommandHandler.WorkflowPostbackCommand property
Gets a value that represents the postback command to execute on the client side in a case where an approval workflow is configured.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property WorkflowPostbackCommand As String
Get
'Usage
Dim value As String
value = Me.WorkflowPostbackCommand
protected string WorkflowPostbackCommand { get; }
Property value
Type: System.String
The postback command to execute on the client side.
Remarks
Calling this read-only property is performance-intensive, because it needs to include several pieces of workflow data of the current page. Therefore, do not call this property as part of the normal page-rendering cycle.