summaryN:DotNetNuke.Entities.Content

Classes

  ClassDescription
Public classAttachmentController
Implementation of IAttachmentController.
Public classContentController
Public classContentExtensions Obsolete.
Public classContentItem
The ContentItem class which itself inherits from BaseEntityInfo paves the way for easily adding support for taxonomy, tagging and other ContentItem dependant features to your DotNetNuke extensions.
Public classContentType
Content type of a content item.
Public classContentTypeController
ContentTypeController provides the business layer of ContentType.
Public classContentTypeMemberNameFixer
This class exists solely to maintain compatibility between the original VB version which supported ContentType.ContentType and the c# version which doesn't allow members with the same naem as their parent type

Interfaces

  InterfaceDescription
Public interfaceIAttachmentController
Interface of FileController
Public interfaceIContentController
IContentController provides the business layer of ContentItem.
Public interfaceIContentTypeController
Interface of ContentTypeController.