Ektron.Cms.Framework.Content.ContentRatingManager

Content Rating Manager

Properties
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.
ContentRatingService returns an instance of the business objects Content Rating Service.
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
ContentRatingManager Constructor
ContentRatingManager(ApiAccessMode) Constructor
Add(ContentRatingData) Adds new contentRating type
Update(ContentRatingData) Update contentRating type
Delete(Int64) Delete contentRating type
GetItem(Int64) Get the content item
GetList(ContentRatingCriteria) Retrieves a list based on the criteria
Purge(Int64,DateTime,DateTime) Purges all ratings of a particular content block over a defined date/time range.