Share via


CreatePageVariationAction.GetRibbonTabIdsWhereConsoleActionIsShown method

Returns an array of tab IDs where console actions are displayed.

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 CreatePageVariationAction
Dim returnValue As String()

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

Return value

Type: []
A string array that contains the tab IDs where console actions are displayed.

See also

Reference

CreatePageVariationAction class

CreatePageVariationAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace