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 interface IUserContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IUserContext

The type exposes the following members.

Public Properties

  Name Description
Public property SecurityProfile
Gets the ISecurityProfile of the current user.
Public property UserLocale
Gets the ILocale that belongs to this user.
Public property UserProfile
Gets the IUserProfile of the current user.

See Also

Advanced