WebdWebPage

Db representation of a page.

Constructors

this
this()
Undocumented in source.

Members

Variables

cssClasses
string cssClasses;

The css classes.

deleted
bool deleted;

Boolean determining whether the page has been deleted or not.

description
string description;

The description of the page.

id
ulong id;

The id of the page.

itemId
ulong itemId;

The item associated with the page.

itemListId
ulong itemListId;

The item list associated with the page.

keywords
string keywords;

The keywords.

moduleId
ulong moduleId;

The module associated with the page.

name
string name;

The name.

navigationHide
bool navigationHide;

Boolean determining whether it should be hidden in navigation.

parentPage
ulong parentPage;

The parent page.

published
bool published;

Boolean determining whether the page is published or not.

redirectTo
string redirectTo;

An url to redirect to when this page is met.

route
string route;

The route.

searchable
bool searchable;

Boolean determining whether the page is searchable by search engines.

sortOrder
ulong sortOrder;

The sort order.

timestamp
DateTime timestamp;

The time the page was last updated.

title
string title;

The title of the page.

updateUser
ulong updateUser;

The user who last updated the page.

website
ulong website;

The website.

Meta