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 methods.

Public Methods

  Name Description
Public method Find
Finds a module by its unique identifier.
Public method GetParentContext
Gets the parent context, if embedded without sandboxing.
Public method InjectSXML Overloaded.
Public method OnModuleStatusChange
Called when a module's status changes.
Public method Register
Registers modules with identifiers.
Public method SetExecutingModule
Sets the executing module.
Public method SetRootModule
Sets the current executing module.
Public method Unregister
Unregisters modules with identifiers.

See Also

Advanced