Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the list of IDs of the ribbon tabs in which WorkflowStatusAction 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 WorkflowStatusAction
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()] and defines the list of ribbon tab IDs in which WorkflowStatusAction is shown.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace