Click or drag to resize

IUserActivities Interface


Represents the collection of Pages with which a User interacted.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public interface IUserActivities

The IUserActivities type exposes the following members.

Properties
  NameDescription
Public propertyCurrentUserStatus
Gets/set user status update
Public propertyFavoritePages
Gets the collection of favorite page entries.
Public propertyLastPageId
Public propertyLastPublish
Public propertyRecentActivities
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