OverviewServices Class Ingeniux CMS Web Services API

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: 9.0.565.0 (9.0.565)
Syntax

[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class OverviewServices : CMSContentServiceBase

The OverviewServices type exposes the following members.

Constructors

  NameDescription
Public methodOverviewServices
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 methodGetOverview
Retrieves the general overview information of both Ingeniux CMS Site information, and current user activities.
Public methodRemoveFavorite
Removes a favorite Page entry
Top
See Also

Reference