| ActivityManager |
Constructor
|
| ActivityManager(ApiAccessMode) |
|
| Add(ActivityData) |
Adds a new activity to the general feed.
|
| Update(ActivityData) |
Updates an activity in the general feed.
|
| Delete(Int64) |
Delete's an activity from the general feed.
|
| AddActivityMessage(Int64,Int32,String) |
Adds a language specific message for an activity in the general feed.
|
| UpdateActivityMessage(Int64,Int32,String) |
Updates an existing message for an activity in the general feed.
|
| GetItem(Int64) |
Returns a single ActivityStream Item by ID.
|
| GetList(ActivityCriteria) |
Returns a list of all activities based upon criteria supplied.
|
| GetListForUser(Int64,PagingInfo) |
Returns a list of activities associated with a user. These will be activities where the user is the subject or the Actor.
|
| GetListForUser(Int64,PagingInfo,Int32) |
Returns a list of activities associated with a user. These will be activities where the user is the subject or the Actor.
|
| GetList(ActivityCriteria,ActivityFeedType,Int64) |
Gets an Activity Feed based upon the feedtype and the Id.
|
| IsSiteActivityPublishingEnabled(Int64) |
IsSiteActivityPublishingEnabled
|
| EnableActivityPublishing(Int64) |
Enables activity publishing for the site. This will also setup default notification preferences for any existin users.
Warning, depending on the number of users, this call could be time consuming.
|
| DisableActivityPublishing(Int64) |
Disables activity publishing for the site.
|
| EnableActivityEmailReply(Int64) |
Enables Activity Email Replies for the site.
|
| DisableActivityEmailReply(Int64) |
Disables Activity Email Replies for the site.
|
| Publish(ActivityData) |
Publishes an activity to all subscribers.
|