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

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member AbandonSession
Removes the session.
Public method Static member ContainsSession
Returns true if a session exists for the given session id.
Public method Static member CreateSession
Creates a new session or returns the existing session if one already exists.
Public method Static member GetSession
Gets the session of the given session id.
Public method Static member TryGetSession
Tries to get the session.

See Also

Advanced