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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPRibbonCommandHandler Class

SPRibbonCommandHandler Members

Microsoft.SharePoint.WebControls Namespace