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

The type exposes the following methods.

Public Methods

  Name Description
Public method ClearSession
Clears the session state.
(Overrides CmsClient..::ClearSession()()()().)
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.
(Overrides CmsClient..::IsExpired()()()().)
Public method IsNewSession
Determines whether the session is initiated from the current request.
(Overrides CmsClient..::IsNewSession()()()().)
Public method RemoveState Overloaded.
Public method SetState Overloaded.
Public method ToString
Returns a String that represents the current Object.
(Inherited from CmsClient.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from CmsClient.)

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.
(Inherited from CmsClient.)

See Also

Advanced