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 members.

Protected Constructors

  Name Description
Protected method RenderTemplate
Constructor

Public Methods

  Name Description
Public method Static member Create Overloaded.
Public method Static member CreateEmpty
Creates an empty RenderTemplate based on the given Content Field.
Public method Equals (Inherited from Object.)
Public method GetBinaryData
Gets the binary data of the field.
(Inherited from CmsItem.)
Public method GetDataTable
Gets the data table of a given field.
(Inherited from CmsItem.)
Public method Static member GetDependencies Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method Static member GetInstructionTree
Gets the instruction tree of the RenderTemplate.
Public method Static member GetStatefulModules Overloaded.
Public method GetType (Inherited from Object.)
Public method GetValue
Gets the value of the field.
(Inherited from CmsItem.)
Public method Static member IsELBAFolder
Determines whether the specified item is an ELBA folder (CMS folder with DefaultContentType set to System Translation).
Public method Static member IsRenderTemplate Overloaded.
Public method SetReadonly
Makes this instance readonly. Once a CmsItem is read only, it cannot be undone.
(Inherited from CmsItem.)
Public method SetValue
Sets the value of the specified field
(Inherited from CmsItem.)
Public method ToString
Returns a string representing this RenderTemplate.
(Overrides CmsItem..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member Empty
Returns an empty Render Template

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