Share via


WorkflowStartAction.GetRibbonTabIdsWhereConsoleActionIsShown method

Returns the list of IDs of the ribbon tabs in which WorkflowStartAction is shown.

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides Function GetRibbonTabIdsWhereConsoleActionIsShown As String()
'Usage
Dim instance As WorkflowStartAction
Dim returnValue As String()

returnValue = instance.GetRibbonTabIdsWhereConsoleActionIsShown()
public override string[] GetRibbonTabIdsWhereConsoleActionIsShown()

Return value

Type: []
The list of ribbon tab IDs.

Remarks

Overrides the [M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.GetRibbonTabIdsWhereConsoleActionIsShown()] method and defines the list of ribbon tab Ids in which the WorkflowStartAction is shown.

See also

Reference

WorkflowStartAction class

WorkflowStartAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

GetRibbonTabIdsWhereConsoleActionIsShown()