Click or drag to resize
UserPage Class
Class providing information about last visited page.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsUserPage

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class UserPage

The UserPage type exposes the following members.

Constructors
  NameDescription
Public methodUserPage
Top
Properties
  NameDescription
Public propertyLastPageCulture
Gets or sets the last page culture.
Public propertyLastPageNodeAliasPath
Gets or sets the last page node alias path.
Public propertyLastPageNodeID
Gets or sets the last page node ID.
Public propertyLastPageSiteName
Gets or sets the last page site name.
Public propertyTimeStamp
Last request timestamp.
Top
See Also