Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
Telerik.Cms.Engine Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
BrowserCache  
ContentHttpHandler Implements IHttpHandler used to process IContent items.
ContentIndexerInfo  
ContentIndexProvider  
ContentManager This class is a main API class for working with content in Sitefinity.

Inherits ManagerBase abstract class. Represents an intermediary between web controls of Generic Content based Modules and data providers. Web controls should exclusively work with ContentManager for any data related work.

ContentPropertyDescriptor Inherits PropertyDescriptor class. Provides descriptor for generic content property.
ContentProviderBase Inherits ProviderBase class. Provides an implementation for the extensible generic content provider model.
ContentTypeDescriptionProvider Inherits TypeDescriptionProvider class. Provides supplemental metadata to the descriptor.
ContentTypeDescriptor Inherits CustomTypeDescriptor class. Supplies dynamic custom type information for generic content object.
ContentUrlRewriterService Defines methods for providing URL rewriting services for Generic Content items. URL rewriting services are used by web applications and controls to navigate to data items with human readable and SEO friendly URLs.
ContentWorkflow Inherits Telerik.Workflow.ApprovalWorkflow class. Provides properties for the content workflow.
ContentWorkflowService Represents a service for managing generic content workflow.
DateTimeExpression Inherits MetaDataExpressionBase class. Provides methods for evaluating date time expression.
Expiration  
GenericContentModule Provides substantial information about the Generic Content module.
ImagesHelper Static class containing helper methods for images represented via IContent objects.
Generic MetaDataExpressionBase Implemets IMetaDataExpression<T> interface. Represents an abstact class for meta data expressions.
RssChannelProvider A class that implements the IRssProvider interface and provides functionality of a provider for Rss channels
StagedContent Implements IContent and Telerik.Security.Permissions.IOwnership interfaces. Provides functionality for the staged content.
StringFilterEventArgs Event args class used to convey error message when errors are encountered
SummaryParser  
SummarySettingsConverter Provides a way of converting SummarySettings structure to its string representation and vice versa.

Interfaces

InterfaceDescription
ICategory Interface which specifies the needed members of any object that wishes to act as a Generic Content Category in Sitefinity.
IComment Represents a content comment.
IContent All content objects generated by Generic Content based modules (such as blog posts, news items and so on) implement IContent interface. By taking advantage of this common interface all Generic Contentent based module are able to share various functionality, such as tagging, categorizing and commenting.
IMetaData Implements IMetaData interface. Provides basic functionality for meta data.
IMetaDataExpression Provides basic functionality for the meta data expressions.
Generic IMetaDataExpression The IMetaDataExpression<T> interface is a descendant of the IMetaDataExpression generic interface.
IMetaFieldControl  
IMetaInfo Provides basic functionality for meta information.
IMetaSearchInfo Provides basic functionality for searching meta information.
IProviderName Provides basic functionality for the name of the provider.
ITag Interface which specifies the needed members of any object that wishes to act as a Generic Content Tag in Sitefinity.
ITaggedContent ITaggedContent object represents an object that connects ITag and IContent object. Every time an IContent object is tagged with an ITag object, a new ITaggedContent object will be created and persisted.
IThumbnail  

Structures

StructureDescription
MetaInfo Imlements IMetaInfo interface. Represents a structure for meta information.
MetaSearchInfo Implements IMetaSearchInfo interface. Represents structure for searching meta information.
SummarySettings Represents a structure of settings used to create text summaries for ContentView control.

Delegates

DelegateDescription
Generic IsForUpdate  
Generic Predicate  

Enumerations

EnumerationDescription
ContentStatus Specifies the current status of the IContent object.
ContentUrlRewriterService.FormatOptions  
JoinType Represents the type of join condition.
MetaValueTypes Specifies the type of IMetaInfo object.
SearchCondition Represents the search condition.
SummarySettings.SummaryMode Defines identifiers that indicate the summary modes used by ContenView.
UrlCacheMode Defines different modes of url caching
Variables  

See Also