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 abstract class CmsClient
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class CmsClient

The type exposes the following events.

Public Events

  Name Description
Public event ClearClientState
Occurs when the client wants to remove state.
Public event RequestClientState
Occurs when the client requests state data such as cookies and session.
Public event WriteClientState
Occurs when the client wants to write state data such as session and cookies.

See Also

Advanced