WebdWebParagraph

Db representation of a paragraph.

Constructors

this
this()
Undocumented in source.

Members

Variables

content
string content;

The html content of the paragraph.

cssClasses
string cssClasses;

The css classes.

deleted
bool deleted;

Boolean determining whether the paragraph has been deleted or not.

disabled
bool disabled;

Boolean determining whether the paragraph has been disabled or not.

id
ulong id;

The id of the paragraph.

itemId
ulong itemId;

The item associated with the paragraph.

itemListId
ulong itemListId;

The item list associated with the paragraph.

moduleId
ulong moduleId;

The module associated with the paragraph.

name
string name;

The name of the paragraph.

pageId
ulong pageId;

The page id.

sortOrder
ulong sortOrder;

The sort order.

templateView
string templateView;

The template view of the paragraph.

timestamp
DateTime timestamp;

The time the paragraph was last updated.

updateUser
ulong updateUser;

The user who last updated the paragraph.

Meta