Share via


CUIDataSource.HandleRootQuery Method

Handles a query that retrieves a root node.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Sub HandleRootQuery ( _
    id As String _
)
'Usage
Dim id As String

Me.HandleRootQuery(id)
protected void HandleRootQuery(
    string id
)

Parameters

Remarks

In Microsoft SharePoint Foundation, the only valid root is Ribbon.

See Also

Reference

CUIDataSource Class

CUIDataSource Members

Microsoft.Web.CommandUI Namespace