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

Public Methods

  Name Description
Public method ClearSession
Clears the session data.
Public method ContainsState Overloaded.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetState Overloaded.
Public method GetType (Inherited from Object.)
Public method IsExpired
Determines whether the current session is expired.
Public method IsNewSession
Determines whether the session is initiated from the current request.
Public method RemoveState Overloaded.
Public method SetState Overloaded.
Public method ToString Overloaded.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ValidateState
Validates whether the state request is valid in the current request.

See Also

Advanced