UpdateVariationsAction.GetRibbonTabIdsWhereConsoleActionIsShown Method
The method which returns the list of Ids of the ribbon tabs in which UpdateVariationsAction 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 UpdateVariationsAction
Dim returnValue As String()
returnValue = instance.GetRibbonTabIdsWhereConsoleActionIsShown()
public override string[] GetRibbonTabIdsWhereConsoleActionIsShown()
Return Value
Type: []
The list of ribbon tab Ids.
Remarks
This method overrides ConsoleAction.GetRibbonTabIdsWhereConsoleActionIsShown() and defines the list of ribbon tab Ids in whichUpdateVariationsAction is shown.
See Also
Reference
UpdateVariationsAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace