Field |
Field Type |
Null |
Notes |
Description |
MODELNAME |
nvarchar(256) |
|
Default = '' |
Name of the page model |
LOCKARTIFACTS |
bit |
|
Default = 1 |
Default false. If true, all CMS artifacts created by this model will be non-editable in the target CMS. |
ARTIFACTPREFIX |
nvarchar(256) |
|
Default = '' |
Prefix all artifact names with this string. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
MODELID |
uniqueidentifier |
 |
|
GUID of this model. |
EXPORTOPTIONS |
nvarchar(max) |
|
Default = '' |
|