Ektron.Cms.Framework.Activity.ActivityCommentManager

Activity Comment manager

Properties
ActivityCommentService Gets instance to IActivityStream.
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
ActivityCommentManager Constructor
ActivityCommentManager(ApiAccessMode) Constructor
Add(ActivityCommentData) Adds a new activity comment.
Update(ActivityCommentData) Updates an activity comment.
Delete(Int64) Delete's an activity comment.
GetItem(Int64) Returns a single Activity comment by ID.
GetList(ActivityCommentCriteria) Returns a list of all activity comments based upon criteria supplied.