Click or drag to resize

IUserActivities Interface


Represents the collection of Pages and Asset Items with which a User interacted.

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

The IUserActivities type exposes the following members.

Properties
 NameDescription
Public propertyCurrentUserStatus Gets/set user status update
Public propertyFavoriteAssetItems Gets the collection of favorite asset item entries.
Public propertyFavoritePages Gets the collection of favorite page entries.
Public propertyLastPageId Stores the ID of the last page a User saved
Public propertyLastPublish The last time this User submitted a publish
Public propertyRecentActivities Tracks the recent activities a IUser has performed in the CMS
Public propertyRecentAssetItems Gets the collection of Asset Items that a User has recently visited.
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