Share via


ShowUnapprovedResourcesAction.GetRibbonTabIdsWhereConsoleActionIsShown method

The method which returns the list of Ids of the ribbon tabs in which ShowUnapprovedResourcesAction 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 ShowUnapprovedResourcesAction
Dim returnValue As String()

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

Return value

Type: []
The list of ribbon tab Ids.

Remarks

This method overrides the [M:Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ConsoleAction.GetRibbonTabIdsWhereConsoleActionIsShown()] method and defines the list of ribbon tab IDs in which the ShowUnapprovedResourcesAction is shown.

See also

Reference

ShowUnapprovedResourcesAction class

ShowUnapprovedResourcesAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

GetRibbonTabIdsWhereConsoleActionIsShown()