SiteVision Onlinehelp
Search

sv:page

A page node is always a sub node in the page repository (sv:pageRepository) node tree. Each page node consists of a page content, folders, archives and other page nodes.

The pages are available as web resources in the top left navigator frame in the editor view.

Node name
NameType and description
<page-name>Dynamic / Model dependent
 The given name of the page
Properties
NameType and description
URIjavax.jcr.PropertyType.URI
 The relative URI of the page
displayNamejavax.jcr.PropertyType.STRING
 The given name of the page
shortIdjavax.jcr.PropertyType.STRING
 The short id of the page
templatejavax.jcr.PropertyType.WEAKREFERENCE
 The template which is used by the page
URLjavax.jcr.PropertyType.URI
 The absolute URI of the page
visibleInMenusjavax.jcr.PropertyType.BOOLEAN
 Indicates whether or not the page is visible in menus
localejavax.jcr.PropertyType.STRING
 Language settings
robotsIndexjavax.jcr.PropertyType.BOOLEAN
 Indicates whether or not the page may be indexed by a web robot
publishedjavax.jcr.PropertyType.BOOLEAN
 Whether or not the page is published
publishDatejavax.jcr.PropertyType.DATE
 Date when the page was published. Note! This property doesn't exist if the page is not published (i.e. property "published" == false).
publishedByjavax.jcr.PropertyType.WEAKREFERENCE
 User that published the page. Note! This property doesn't exist if the page is not published (i.e. property "published" == false). [@since SiteVision 3.5.3]
lastPublishDatejavax.jcr.PropertyType.DATE
 Last date when the page was published, this date will change if an already published page is republished. Note! This property doesn't exist if the page is not published (i.e. property "published" == false).
lastPublishedByjavax.jcr.PropertyType.WEAKREFERENCE
 Last user that published the page. Note! This property doesn't exist if the page is not published (i.e. property "published" == false). [@since SiteVision 3.5.3]
creationDatejavax.jcr.PropertyType.DATE
 Date when the page was created.
createdByjavax.jcr.PropertyType.WEAKREFERENCE
 The user that created the page
lastModifiedDatejavax.jcr.PropertyType.DATE
 Date when the page was modified.
lastModifiedByjavax.jcr.PropertyType.WEAKREFERENCE
 The user that modified the page
scheduledPublishDatejavax.jcr.PropertyType.DATE
 Date when the page is scheduled to be published
scheduledUnpublishDatejavax.jcr.PropertyType.DATE
 Date when the page is scheduled to be unpublished
commentsMulti-value of javax.jcr.PropertyType.UNDEFINED
 An array of editor comments added to the page
titlejavax.jcr.PropertyType.STRING
 Explicitly set title of the page
isActiveSubscriptionjavax.jcr.PropertyType.BOOLEAN
 Whether or not the page is an active subscription
subscriptionTitlejavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
subscriptionMailFooterjavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
subscriptionDescriptionjavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
resourcePriorityjavax.jcr.PropertyType.LONG
 The search resource priority, influences document boost when indexed [@since SiteVision 3.6.4]

SiteVision Utility API tip!

  • ​The PageUtil interface exposes a set of methods for creating a sv:page and update some of the properties for a sv:page.
  • The WebContentUtil interface exposes a set of methods for updating the content of a sv:page.
  • The MetadataUtil interface exposes a set of methods for setting metadata values for a sv:page.
  • The PublishingUtil interface exposes a set of methods for publishing and unpublishing a sv:page.
  • The StructureUtil interface exposes a set of methods to move a sv:page to another parent.
  • The TrashcanUtil interface provides a set of methods to remove or restore a sv:page.
  • The DocTypeUtil interface exposes a set of methods for getting the DOCTYPE fo a sv:page.
  • The ResourceLocatorUtil interface exposes methods for easy access to the sv:localFileRepository and sv:localImageRepository of a sv:page.
  • The resource priority of a sv:page can be set via IndexingUtil.
  • The LinkRenderer interface can be used to render a link to a sv:page.

Last updated:

se-sto-ste-sv5-1.sitevision-cloud.net
3.14.132.214