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

The type exposes the following properties.

Public Properties

  Name Description
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
Public property Locale
Returns a reference to the Locale instance associated with the current context.
(Inherited from IContext.)
Public property State
Gets a key/value collection that can be used to organize and share data during a Cms request.
(Inherited from IContext.)

See Also

Advanced