Nucleus .Net Core CMS

Models.Content Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Represents a general-use list of items.

Properties

Id Property

Unique record identifier.

PageModuleId Property

Module instance which the content belongs to.

Title Property

Content sub-title
Remarks
This value is used by the multi-content module and may be used by other modules. The value is optional.

Value Property

Content value.
Remarks
This value is typically in HTML format, but can be in any other format that may be required. Use the ContentType property to specify the format of the value property.

ContentType Property

MIME type of the content value.

SortOrder Property

Content sort order.
Remarks
Some modules can have multiple content items, which are rendered in order.