Ektron.Cms.Framework.Settings.Notifications.NotificationAgentSettingManager

Api class for managing settings for Notification Agent settings.

Properties
AgentSettingService Notification Agent Service
ApiMode Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
ContentLanguage Gets or sets the current content language.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
NotificationAgentSettingManager Constructor
NotificationAgentSettingManager(ApiAccessMode)
Add(NotificationAgentData) Adds a new notification agent to the system.
Update(NotificationAgentData) Updates an existing notification agent settings.
Delete(Int64) Deletes a notification agent settings from the CMS.
GetItem(Int64) Retrieves a notifcation agent setting object.
GetList(NotificationAgentCriteria) Retrieves a list of Notification Agent settings in the CMS based upon the supplied criteria.
GetAgent(Int64) Returns actual NotificationAgent based upon Agent Id.
GetRegisteredAgentList Retrieves a list of the Notification Agents registered in the web.config.