This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class RenderTemplate
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RenderTemplate

The type exposes the following properties.

Public Properties

  Name Description
Public property ActivationDate
Gets the last activation date and time.
(Inherited from CmsItem.)
Public property Author
Returns the item's author.
(Inherited from CmsItem.)
Public property Body
The body of the rendertemplate
Public property Code
Returns the item's unique code
(Inherited from CmsItem.)
Public property ContentType
Gets the ContentType attached to the item
(Inherited from CmsItem.)
Public property DataSet
Gets the MetaDataSet that contains all the data in this CmsItem.
(Inherited from CmsItem.)
Public property Dependencies
Gets the translations used by this Render Template.
Public property Info
Gets the Item Info.
(Inherited from CmsItem.)
Public property InstructionTree
Gets the InstructionTree of this RenderTemplate.
Public property IsDirty
Gets a value indicating whether this instance is dirty.
Public property IsFolder
Gets a value indicating whether this instance is a folder.
(Inherited from CmsItem.)
Public property IsHidden
Gets a value indicating whether this item is hidden from lists.
(Inherited from CmsItem.)
Public property IsReadOnly
Returns true if this CmsItem is readonly.
(Inherited from CmsItem.)
Public property Item
Gets or sets the value with the given field.
(Inherited from CmsItem.)
Public property Key
Gets the unique key of the item in the current content database.
if the item has a 'friendly' code, the code is returned; otherwise, the itemnumber.
(Inherited from CmsItem.)
Public property LastModified
Gets the last modified date and time.
(Inherited from CmsItem.)
Public property Logic
Returns the item's logic section.
(Inherited from CmsItem.)
Public property Mappings
Gets the ContentType-Channel mappings for this rendertemplate.
Public property MimeType
Gets or sets the Mime type of the item
(Inherited from CmsItem.)
Public property Name
Returns the item's name.
(Inherited from CmsItem.)
Public property Number
Returns the item's unique number
(Inherited from CmsItem.)
Public property Parent
Returns the item's parent number
(Inherited from CmsItem.)
Public property StatefulModules
Gets the stateful modules loaded by this Render Template.
Public property UseSessionState
Gets or sets a value indicating whether the template uses session state.

See Also

Advanced