CUIDataSource.HandleRibbonTabQuery Method
Handles a query for Server ribbon data based on the provided identifier.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Sub HandleRibbonTabQuery ( _
id As String, _
includeTabSiblings As Boolean _
)
'Usage
Dim id As String
Dim includeTabSiblings As Boolean
Me.HandleRibbonTabQuery(id, includeTabSiblings)
protected void HandleRibbonTabQuery(
string id,
bool includeTabSiblings
)
Parameters
id
Type: System.StringA string that specifies the ID of a tab or root node.
includeTabSiblings
Type: System.Booleantrue if the query should return all tabs or only the specified tab; otherwise, false.