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.5.94
Syntax
public interface IUserActivities

The IUserActivities type exposes the following members.

Properties
  NameDescription
Public propertyCurrentUserStatus
Gets/set user status update
Public propertyFavoriteAssetItems
Public propertyFavoritePages
Gets the collection of favorite page entries.
Public propertyLastPageId
Public propertyLastPublish
Public propertyRecentActivities
Public propertyRecentAssetItems
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 methodAddWatchedContentItem
Adds a Page to User's watched/favorites list
Public methodRemoveWatchedContentItem
Removes a Page from a User's watched/favorites list.
Top
See Also