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 class User |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class User |
The type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
VisitorIdentitySeed |
There are two kinds of Smartsite users, namely Users and Visitors.
These users are stored in the Users table and Visitors table.
The primary key of the Visitors table has an identity seed of 1000000.
This fact is used to differentiate beteen an User and a Visitor.
|
See Also
Smartsite.Security Namespace