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 RenderSettings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RenderSettings

The type exposes the following members.

Public Constructors

  Name Description
Public method RenderSettings

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

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

Public Properties

  Name Description
Public property BreakPointItems
Gets or sets the break point items.
Public property ContentType
Gets or sets the ContentType that is used to render the item. When set to null, the default ContentType is used.
Public property ContentTypeSource
Gets or sets the content type source.
Public property CustomData
Gets or sets the custom data.
Public property Debug
Gets or sets a value indicating whether debugging RenderSettings is enabled.
Public property ExceptionHandling
Gets or sets how render errors are handled.
Public property Impersonate
Gets or sets a value indicating whether to use RenderSettings impersonation during the rendering.
Public property Mode
Gets or sets the render mode.
Public property NewLineHandling
Specifies how to handle line breaks.
Public property OnLoad
Gets or sets the onload handler, called when the data is loaded into the RenderEngine.
Public property PersonalizationProfile
Gets or sets a personalization profile to use.
Public property RenderTemplate
Gets or sets the RenderTemplate that is used to render the item. When set to null, the default RenderTemplate is used.
Public property RootModule
Gets or sets the root module.
Public property UseChannelSpecificSource
Gets or sets a value indicating whether to use the channel specific data source.
Public property UseItemCache
Gets or sets a value indicating whether to use itemdata cache.
Public property UseOutputDecoding
Gets or sets a value indicating whether to use output decoding before sending the response to the client.
Public property UserProfile
Gets or sets the user profile.

See Also

Advanced