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

The type exposes the following properties.

Public Properties

  Name Description
Public property Culture
Gets the culture that belongs with the this user's profile.
Public property ExternalKey
Gets the external key of the user as defined in the underlying provider.
Public property Id
Unique number identifying the user
Public property IsApplicationUser
Returns true if this user is the application user.
Public property IsGuestUser
Returns true if this user is the guest user.
Public property PrimaryGroupId
Gets the primary group id of this user.
Public property UserName
Unique name identifying the user

See Also

Smartsite.Base Namespace
Advanced