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

The type exposes the following properties.

Public Properties

  Name Description
Public property Buffers
Gives access to locally defined variables in the SXML processing context.
Public property CurrentResult
Gets the current result.
Public property Depth
Gets or sets the current recursion depth.
Public property ExecutingModule
Returns a reference to the currently executing module.
Public property RegisteredModules
Gets the list of registered modules.
Public property RootModule
Returns a reference to the root module.
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.
Public property XmlParserContext
Gets the xml parser context.

See Also

Advanced