Content Server Manual / Version 2207
Table Of Contents
For content, versions and folders, different dates are stored in the database. You can access the dates via the CoreMedia APIs,
for example with Content.getCreationDate()
with the Unified API.
The different dates have sometimes different meanings on the three Content Server instances. Table 2.8, “ Different state dates ” lists the different dates and describes the meaning of each date on each Content Server type.
Date | Content Management Server (CMS) | Master Live Server (MLS) | Replication Live Server (RLS) |
---|---|---|---|
|
The date when the content or folder has been created. |
The date when the content or folder has been published to the MLS for the first time. |
The date when the content or folder has been replicated to the RLS for the first time. If the RLS is set up by initial replication, it may differ significantly from the date on the MLS. |
|
The | ||
|
The date of the creation of the last version on the CMS. A folder has no |
The date of the creation of the last version on the MLS. Since renames or moves do not generate new versions, the
|
The |
|
The |
No
|
No
|
Table 2.8. Different state dates