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

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

See Also

Advanced