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 IUser |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IUser |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Culture |
Gets the culture that belongs with the this user's profile.
|
|
ExternalKey |
Gets the external key of the user as defined in the underlying provider.
|
|
Id |
Unique number identifying the user
|
|
IsApplicationUser |
Returns true if this user is the application user.
|
|
IsGuestUser |
Returns true if this user is the guest user.
|
|
PrimaryGroupId |
Gets the primary group id of this user.
|
|
UserName |
Unique name identifying the user
|
See Also
Smartsite.Base Namespace