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: 12.0.0
Syntax
C#
[SerializableAttribute]
public class UserPage

The UserPage type exposes the following members.

Constructors
  NameDescription
Public methodUserPage
Constructor.
Top
Properties
  NameDescription
Public propertyIdentifier
Unique identifier of the last visited page.
Public propertyLastPageDocumentID
Gets or sets the last page document ID.
Public propertyLastPageNodeID
Gets or sets the last page node ID.
Public propertyTimeStamp
Last request timestamp.
Top
See Also