ActivityEvent 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 single atomic activity that is associated with an ActivityType object and that is tracked in an activity feed.

The ActivityEvent type exposes the following members.

Properties

  Name Description
Public property ActivityEventId Gets the identifier for this ActivityEvent in the database.
Public property ActivityTypeId Gets the type identifier for the ActivityType associated with this ActivityEvent object.
Public property CreationTime Gets the creation time of this ActivityEvent.
Public property DateValue Gets or sets the date associated with this ActivityEvent.
Public property EntityId Gets the identifier of the user who published this ActivityEvent.
Public property EntityTypeId Gets the type identifier of the user who published this ActivityEvent.
Public property IsRolledUp
Public property ItemPrivacy Gets or sets a value that represents the privacy level of this event.
Public property LastUpdateTime Gets the DateTime object representing the last time this ActivityEvent was updated.
Public property Link Gets or sets a value that represents a hyperlink corresponding to the activity event.
Public property Link2 Gets or sets a value that represents a hyperlink corresponding to the ActivityEvent.
Public property LinksList Gets a list of hyperlinks that correspond to the ActivityEvent object.
Public property Name Gets or sets a value for the name of the ActivityEvent object.
Public property Owner Gets or sets a value that represents the social entity (for example, user, organization, or group) that owns this activity event.
Public property PartitionId Gets the partition identifier associated with this ActivityEvent.
Public property PublishDate Gets or sets the DateTime object representing the time when this ActivityEvent was published.
Public property Publisher Gets or sets a value for the social entity (for example, user, organization, or group) that publishes this activity event.
Public property Separator Gets or sets a value for displaying instances of this ActivityEvent in a list.
Public property TemplateVariable Gets a string value that represents an XML document that contains properties from the ActivityTemplateVariable object that can be used as substitution values in a template format that is defined in the SimpleTemplateFormat object.
Public property Value Gets or sets a string value that represents this ActivityEvent.

Top

Methods

  Name Description
Public method Commit Commits any changes to an ActivityEvent object to the database.
Public methodStatic member CreateActivityEvent Static method that creates an ActivityEvent object and associates it with an ActivityType object.
Public method CreateSyndicationItem(ActivityTypesCollection, ContentType) Creates a new feed item and fills in its main properties.
Public method CreateSyndicationItem(ActivityType, ActivityTemplate, ContentType) Creates a new syndication item and fills in its main properties.
Public method Dispose Releases unmanaged resources associated with this ActivityEvent object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove This method is not implemented.
Public methodStatic member RemoveOldConsolidatedEvents Do not use. This method is not implemented in the current version of SharePoint Server 2010.
Public methodStatic member RemoveOldPublishedEvents Do not use. This method is not implemented in the current version of SharePoint Server 2010.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ActivityEvent class

Microsoft.Office.Server.ActivityFeed namespace