IUserActivities Interface Ingeniux CMS Content Store API

Represents the collection of Pages with which a User interacted.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IUserActivities

The IUserActivities type exposes the following members.

Properties

  NameDescription
Public propertyFavoritePages
Gets the collection of favorite page entries.
Public propertyRecentPages
Gets the collection of Pages that a User has recently visited.
Top
Methods

  NameDescription
Public methodAddRecentPage
Adds a Page that a User recently visited.
Public methodAddWatchedPage
Adds a Page to User's watched/favorites list
Public methodRemoveWatchedPage
Removes a Page from a User's watched/favorites list.
Top
See Also

Reference