This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Provides a manager capable of executing command parameters within an HTTP context.

Namespace: Smartsite.Web.Commands.Spice
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public class CommandManager
Visual Basic (Declaration)Copy imageCopy Code
Public Class CommandManager

Remarks

The command manager forms a key component in the Spice pipeline architecture where commands are managed, created and forwarded to command consumers such as the ImageProcessor and the PdfGenerator.

Inheritance Hierarchy

System..::..Object
  Smartsite.Web.Commands.Spice..::..CommandManager

See Also

Advanced