PageLayoutAction.GetRibbonTabIdsWhereConsoleActionIsShown method

Returns the list of IDs of the ribbon tabs in which PageLayoutAction objects are 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 PageLayoutAction
Dim returnValue As String()

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

Return value

Type: []
The list of ribbon tab IDs.

See also

Reference

PageLayoutAction class

PageLayoutAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

GetRibbonTabIdsWhereConsoleActionIsShown()