Microsoft.Web.CommandUI Namespace
Do not use types or members of the Microsoft.Web.CommandUI namespace for development within a SharePoint environment, but instead use SPRibbon and related types in the Microsoft.SharePoint.WebControls namespace. For information about customizing the ribbon in SharePoint Foundation see Server Ribbon in SharePoint Foundation.
Classes
Class | Description | |
---|---|---|
CUIDataSource | Represents an abstract class that loads an XML document, retrieves a subset of its data, and applies customizations to the XML by replacing or removing some of the nodes. | |
DataNode | Contains a reference to an XMLNode object. | |
Ribbon | Renders the Server ribbon on a page. Do not use types or members of the Microsoft.Web.CommandUI namespace for development within a SharePoint environment, but instead use SPRibbon and related types in the Microsoft.SharePoint.WebControls namespace. For information about customizing the ribbon in SharePoint Foundation see Server Ribbon in SharePoint Foundation. |
|
RibbonDocument | Represents an XML document by using a tree structure of DataNode objects that contain references to XmlNode objects. | |
RibbonNodeList | Represents a collection of the Server ribbonDataNode objects. | |
RibbonPeripheralContent | A container for content to be shown in one of the peripheral content sections of the Server ribbon. | |
RibbonPeripheralSection | Contains valid section identifiers for Server ribbon peripheral content. | |
UIQuery | Specifies the parameters of a query for data that specifies a user interface (UI), for example, a ribbon or ribbon tab. | |
XMLToJSONConverter | Provides a method to convert an XML document to JavaScript Object Notation (JSON). |
Enumerations
Enumeration | Description | |
---|---|---|
UIQueryResultFormat | Determines the format of the query result. | |
UIQueryType | Represents the type of query that is being made for Server ribbon data. This enumeration is used in Microsoft SharePoint Foundation by the commandui.ashx HTTP handler. |