Provides the functionality to access CMS general information and track current user activities.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | OverviewServices |
Methods
Name | Description | |
---|---|---|
![]() | AddFavorite |
Adds a new favorite Page for current user. Favorite Pages are pages user would like to visit frequently.
|
![]() | AddRecent |
Adds a recently visited Page to the Recently Visited Page list for current user
|
![]() | GetOverview |
Retrieves the general overview information of both Ingeniux CMS Site information, and current user activities.
|
![]() | RemoveFavorite |
Removes a favorite Page entry
|
See Also