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

The type exposes the following properties.

Public Properties

  Name Description
Public property Static member ApplicationUser
Returns the UserContext for the application user.
Public property Static member Current
Gets the current UserContext.
Public property Static member GuestUser
Returns the UserContext for the application user.
Public property SecurityProfile
Gets the security profile of a user.

Explicit Interface Implementations

See Also

Advanced