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 interface IRenderContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IRenderContext

The type exposes the following properties.

Public Properties

  Name Description
Public property Buffers
Returns a reference to the buffer collection
Public property Channel
Gets the current channel.
Public property Engine
Gets the Render Engine.
Public property ExecutingModule
Gets the current module.
Public property Instance
Returns a reference to the root object in the current context
(Inherited from IContext.)
Public property Item
Returns a reference to the current Content Item
(Inherited from ICmsContext.)
Public property Locale
Returns a reference to the Locale instance associated with the current context.
Public property Profile
Gets the personalization profile, if any.
Public property Request
Gets the request.
Public property Response
Gets the response.
Public property RootModule
Gets the root module of the current rendering.
Public property Settings
Gets the render settings.
Public property Stack
Gets the SXML stack.
Public property State
Gets a key/value collection that can be used to organize and share data during a Cms request.
(Inherited from IContext.)
Public property TranslationContext
Gets the current Translation scope context.

See Also

Advanced