Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
IContent Interface Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : IContent Interface


The following tables list the members exposed by IContent.

Public Properties

 NameDescription
 PropertyComments Read-only property. Gets the list of all comments (IComment) of the IContent object.  
 PropertyContentGets or sets the content itself of the current content object.  
 PropertyDateCreated Read-only property.Gets the date on which IContent object has been created.  
 PropertyDateModified Read-only property. Gets the date on which IContent object has been modified last time.  
 PropertyIDGets or sets the identifier (primary key) of the current IContent object.  
 PropertyItemInfo  
 PropertyLanguageGets or sets the language of the IContent object.  
 PropertyLanguagesRead-only property. Gets the list of all languages.  
 PropertyMimeTypeGets or sets the MIME type of the current content object.  
 PropertyParentIDGets or sets the parent identifier of the current content object.  
 PropertyProviderName Read-only property. Gets the name of the provider that handlers this IContent object.  
 PropertyStatusGets or sets the status of IContent object.  
 PropertyThumbnails  
 PropertyUrl  
Top

Public Methods

 NameDescription
 MethodGetMetaDataReturns the meta data of the specified key.  
 MethodSetMetaDataAssigns the specified value to the specified key.  
 MethodUnreadCommentsCount Gets the number of the comments made on IContent object that the currently logged in user has not read yet.  
Top

See Also