Sitefinity CMS

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


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.  
Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

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

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