Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
GenericContentModule Class Members
See Also  Properties  Methods  Events
Telerik.Cms.Engine Namespace : GenericContentModule Class


The following tables list the members exposed by GenericContentModule.

Public Constructors

Public Properties

 NameDescription
Public PropertyControlsOverridden.  Gets ToolboxItemCollection with all ToolboxItem objects which register the corresponding control for use in the public part of the CMS system.  
Public PropertyDashboardItems  
Public PropertyDashboardSettings  
Public PropertyDescriptionOverridden.  Short description for the module.  
Public PropertyNameOverridden.  Gets the name of the module.  
Public PropertySecurityRootOverridden.   
Public PropertySecurityRootsOverridden.   
Public PropertyTitleOverridden.  The module title which will appear in the navigation.  
Top

Public Methods

 NameDescription
Public MethodCanCreate Returns a boolean value of whether a secured module could be created or not after check of permissions (Inherited from Telerik.Security.Permissions.SecuredModule)
Public MethodCreateControlPanelOverridden.  Creates the ControlPanel object which is rendered on the right side of the screen.  
Public MethodCreateSettingPanel  
Public MethodCreateToolBoxControlsOverridden.  Creates the toolbox controls which are rendered on the left side of the screen.  
Public MethodExport Exports Generic Content into DataSet  
Public MethodGetNotifications  
Public MethodGetRecentItemsOverloaded.   
Public MethodImport Imports Generic Content from DataSet  
Top

Public Events

 NameDescription
Public EventNotifyEventHandler  
Top

See Also