Class ViewData
- Namespace
- Dynamicweb.Tracking
- Assembly
- Dynamicweb.Core.dll
Class for collecting view information.
- Inheritance
-
View
Data
- Inherited Members
Constructors
ViewData(int, int)
Initializes a new instance of the View
Parameters
Properties
AdminUserId
Gets or sets the admin user identifier.
Property Value
- int
The admin user identifier.
AreaId
Gets or sets the area identifier.
Property Value
- int
The area identifier.
EntityKey
Gets or sets the entity key.
Property Value
- string
The entity key.
EntitySubKey
Gets or sets the entity sub key.
Property Value
- string
The entity sub key.
EntityType
Gets or sets the type of the entity.
Property Value
- string
The type of the entity.
Id
Gets the view identifier.
Property Value
- int
The identifier.
IsNew
Gets a value indicating whether this instance is new.
Property Value
- bool
true
if this instance is new; otherwise,false
.
PageId
Gets or sets the page identifier.
Property Value
- int
The page identifier.
SessionId
Gets or sets the session identifier.
Property Value
- int
The session identifier.
Timestamp
Gets or sets the view timestamp.
Property Value
- Date
Time The timestamp.
UserId
Gets or sets the user identifier.
Property Value
- int
The user identifier.