Sitefinity CMS

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


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.

 
Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Interface IContent 
Visual Basic (Usage)Copy Code
Dim instance As IContent
C# 
public interface IContent 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also