ActivityEventsCollection members
SharePoint 2013
This object, member, or enumeration is deprecated and is not intended to be used in your code. SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds to choose the API for your specific feed-related programming tasks.
Represents a collection of ActivityEvent objects.
The ActivityEventsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clear | Removes all ActivityEvent objects from the collection. |
|
Commit | Commits all changes to this collection to the database. |
|
Create | Creates a new ActivityEvent object, adds it to the collection, and returns it. |
|
CreateAndFillFeed | Creates a new syndication feed and fills it with the items in this collection. |
|
CreateFeed | Creates a new syndication feed but does not fill it with any items. |
|
Equals | (Inherited from Object.) |
|
FillFeed | Fills the specified syndication feed with the items from this collection. |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Gets an enumerator for iterating through the elements in this collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Refresh | Clears the items and repopulates this collection from the database. |
|
Remove | Removes the specified ActivityEvent from the collection, but not from the database. |
|
ToString | (Inherited from Object.) |