summaryN:DotNetNuke.Entities.Content
Classes
| Class | Description | |
|---|---|---|
| AttachmentController | Implementation of IAttachmentController. | |
| ContentController | ||
| ContentExtensions | Obsolete. | |
| ContentItem |
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.
| |
| ContentType |
Content type of a content item.
| |
| ContentTypeController |
ContentTypeController provides the business layer of ContentType.
| |
| ContentTypeMemberNameFixer |
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
| Interface | Description | |
|---|---|---|
| IAttachmentController | Interface of FileController | |
| IContentController |
IContentController provides the business layer of ContentItem.
| |
| IContentTypeController |
Interface of ContentTypeController.
|