Share via


PreviewAction.GetRibbonTabIdsWhereConsoleActionIsShown Method

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

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

Return Value

Type: []
The list of ribbon tab IDs.

Remarks

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

See Also

Reference

PreviewAction Class

PreviewAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace

GetRibbonTabIdsWhereConsoleActionIsShown()