sv:archive

An archive is always located inside the Page Repository. There is one archive for each defined Sitevision archive. An archive has zero or more articles (sv:article) as sub nodes.

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

Node name

Name

Type and description

<archive-name>

Dynamic / Model dependent


The name of the archive (displayed in the navigator) 

Properties

Name

Type and description 

 displayName

javax.jcr.PropertyType.STRING 

 

The given name of the archive

 


 isActiveSubscription

javax.jcr.PropertyType.BOOLEAN


Whether or not the page is an active subscription



locale

javax.jcr.PropertyType.STRING 

 

Language settings 



 robotsIndex

javax.jcr.PropertyType.BOOLEAN


Indicates whether or not the archive may be indexed by web robots 

 


 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 



 URI

javax.jcr.PropertyType.URI


The relative URI of the archive



URL

javax.jcr.PropertyType.URI


The absolute URI of the archive



 visibleInMenus

javax.jcr.PropertyType.BOOLEAN

 

Indicates whether or not the archive will be visible in menus 

Sitevision Utility API tip!

  • The ArchiveUtil interface exposes a set of methods for creating and renaming a sv:archive.
  • The StructureUtil interface exposes a set of methods to move a sv:archive to another parent.
  • The TrashcanUtil interface provides a set of methods to remove or restore a sv:archive.