FluentRibbon Namespace |
Class | Description | |
---|---|---|
ContextualWebPart | Contextual webpart base class simplifies creation of webparts with contextual ribbon tabs. All you need to use this mechanism is to inherit from ContextualWebPart and override GetContextualGroupDefinition property. | |
RibbonControl | This base class simplifies creation of Delegate Control with custom ribbon tab. You need to inherit your user control from this class, to use the functionality. Also, you should override the GetTabDefinition method and provide ribbon tab definition, using TabDefinition class. | |
RibbonController |
Manage local ribbon customizations (i.e. this affects only current page, and customizations are not stored anywhere, unlike custom actions approach)
| |
RibbonCustomAction |
Manage ribbon creation from feature receivers
| |
RibbonLayoutsPage | This base class simplifies creation of Application Page with custom ribbon tab. You need to inherit from this class rather when from LayoutsPageBase, to use the functionality. Also, you should override the GetTabDefinition method and provide ribbon tab definition, using TabDefinition class. | |
SPRibbonIds | ||
ValidationException |
Enumeration | Description | |
---|---|---|
ListForms |
Display forms for a SharePoint list.
Helper enumeration for RibbonCustomAction class Provision methods.
| |
ListTypes |
Template identifiers for standard SharePoint lists
Helper enumeration for RibbonCustomAction class Provision methods.
|