ActivityEventsCollection members

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 in SharePoint 2013 to choose the API for your specific feed-related programming tasks.  

Represents a collection of ActivityEvent objects.

The ActivityEventsCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets a count of ActivityEvent objects in the collection.

Top

Methods

  Name Description
Public method Clear Removes all ActivityEvent objects from the collection.
Public method Commit Commits all changes to this collection to the database.
Public method Create Creates a new ActivityEvent object, adds it to the collection, and returns it.
Public method CreateAndFillFeed Creates a new syndication feed and fills it with the items in this collection.
Public method CreateFeed Creates a new syndication feed but does not fill it with any items.
Public method Equals (Inherited from Object.)
Public method FillFeed Fills the specified syndication feed with the items from this collection.
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator for iterating through the elements in this collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh Clears the items and repopulates this collection from the database.
Public method Remove Removes the specified ActivityEvent from the collection, but not from the database.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

ActivityEventsCollection class

Microsoft.Office.Server.ActivityFeed namespace