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

The type exposes the following properties.

Public Properties

  Name Description
Public property Buffers
Gives access to locally defined variables in the SXML processing context.
(Inherited from IProcessingContext.)
Public property CurrentResult
Gets the current result.
(Inherited from IProcessingContext.)
Public property Depth
Gets or sets the current recursion depth.
(Inherited from IProcessingContext.)
Public property ExecutingModule
Returns a reference to the currently executing module.
(Inherited from IProcessingContext.)
Public property Listeners
Gets the listeners.
Public property RegisteredModules
Gets the list of registered modules.
(Inherited from IProcessingContext.)
Public property RootModule
Returns a reference to the root module.
(Inherited from IProcessingContext.)
Public property Stack
Gets the SXML stack.
(Inherited from IProcessingContext.)
Public property State
Gets a key/value collection that can be used to organize and share data during a Cms request.
(Inherited from IProcessingContext.)
Public property TraceLogLevels
Gets the current logging levels
Public property XmlParserContext
Gets the xml parser context.
(Inherited from IProcessingContext.)

See Also

Advanced