Click or drag to resize

OverviewServices Class


Provides the functionality to access CMS general information and track current user activities.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceOverviewServices

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class OverviewServices : CMSContentServiceBase

The OverviewServices type exposes the following members.

Constructors
  NameDescription
Public methodOverviewServices
Initializes a new instance of the OverviewServices class
Top
Methods
  NameDescription
Public methodAddFavorite
Adds a new favorite Page for current user. Favorite Pages are pages user would like to visit frequently.
Public methodAddRecent
Adds a recently visited Page to the Recently Visited Page list for current user
Public methodGetActivityStream
Retrieves the list of tracked recent activities
Public methodGetAnalyticsMediumData
Retrieves the medium (types of traffic) information of Analytics data of specific publishing target
Public methodGetAnalyticsTrafficData
Retrieves summary of traffic source information on Analytics data of specific publishing target
Public methodGetOnlineUsers
Retrieves the list of users that are currently logged into CMS
Public methodGetOverview
Retrieves the general overview information of both Ingeniux CMS Site information, and current user activities.
Public methodGetProductionData
Retrieves productivitiy data of CMS, within specified time range, for a specific publishing target
Public methodRemoveFavorite
Removes a favorite Page entry
Public methodSetUserOffline
Top
See Also