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 Code |
---|---|
public interface IUserContext |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IUserContext |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
SecurityProfile |
Gets the ISecurityProfile of the current user.
|
|
UserLocale |
Gets the ILocale that belongs to this user.
|
|
UserProfile |
Gets the IUserProfile of the current user.
|
See Also
Smartsite.Base Namespace