An article node is always a sub node to an archive (sv:archive) node. There is always one and only page content (sv:pageContent) sub node in each article.
The articles are available as web resources in the top left navigator frame in the editor view.
Name | Type and description |
---|---|
<article-name> | Dynamic / Model dependent |
The name of the article (as displayed in the editor, but without the date) |
Name | Type and description |
---|---|
articleName | javax.jcr.PropertyType.STRING |
The give name of the article (@since SiteVision 2.6.1_06) | |
comments | Multi-value of javax.jcr.PropertyType.UNDEFINED |
An array of editor comments added for the article | |
createdBy | javax.jcr.PropertyType.WEAKREFERENCE |
The user that created the article | |
creationDate | javax.jcr.PropertyType.DATE |
Date when the article was created. | |
displayName | javax.jcr.PropertyType.STRING |
The given name of the article, including date | |
isActiveSubscription | javax.jcr.PropertyType.BOOLEAN |
Whether or not the page is an active subscription | |
lastModifiedBy | javax.jcr.PropertyType.WEAKREFERENCE |
| The user that modified the article |
lastModifiedDate | javax.jcr.PropertyType.DATE |
Date when the article was modified. | |
lastPublishedBy | javax.jcr.PropertyType.WEAKREFERENCE |
The user that published the article. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). [@since SiteVision 3.5.3] | |
lastPublishDate | javax.jcr.PropertyType.DATE |
Last date when the article was published, this date will change if an already published article is republished. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). | |
locale | javax.jcr.PropertyType.STRING |
Language settings | |
published | javax.jcr.PropertyType.BOOLEAN |
Whether or not the article is published | |
publishDate | javax.jcr.PropertyType.DATE |
Date when the article was published. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). | |
publishedBy | javax.jcr.PropertyType.WEAKREFERENCE |
User that published the article. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). [@since SiteVision 3.5.3] | |
resourcePriority | javax.jcr.PropertyType.LONG |
The search resource priority, influences document boost when indexed [@since SiteVision 3.6.4] | |
robotsIndex | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the article may be indexed by a web robot | |
scheduledPublishDate | javax.jcr.PropertyType.DATE |
Date when the article is scheduled to be published | |
scheduledUnpublishDate | javax.jcr.PropertyType.DATE |
Date when the article is scheduled to be unpublished | |
shortId | javax.jcr.PropertyType.STRING |
The short id of the article | |
subscriptionDescription | javax.jcr.PropertyType.STRING |
Optional property available if the article is an active subscription | |
subscriptionMailFooter | javax.jcr.PropertyType.STRING |
| Optional property available if the article is an active subscription |
subscriptionTitle | javax.jcr.PropertyType.STRING |
Optional property available if the article is an active subscription | |
template | javax.jcr.PropertyType.WEAKREFERENCE |
The template which is used by the article | |
title | javax.jcr.PropertyType.STRING |
Explicitly set title of the article | |
URI | javax.jcr.PropertyType.URI |
The relative URI of the article | |
URL | javax.jcr.PropertyType.URI |
The absolute URI of the article | |
visibleInMenus | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the article is visible in menus |