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 | |
---|---|---|
ActivityEventId | Gets the identifier for this ActivityEvent in the database. | |
ActivityTypeId | Gets the type identifier for the ActivityType associated with this ActivityEvent object. | |
CreationTime | Gets the creation time of this ActivityEvent. | |
DateValue | Gets or sets the date associated with this ActivityEvent. | |
EntityId | Gets the identifier of the user who published this ActivityEvent. | |
EntityTypeId | Gets the type identifier of the user who published this ActivityEvent. | |
IsRolledUp | ||
ItemPrivacy | Gets or sets a value that represents the privacy level of this event. | |
LastUpdateTime | Gets the DateTime object representing the last time this ActivityEvent was updated. | |
Link | Gets or sets a value that represents a hyperlink corresponding to the activity event. | |
Link2 | Gets or sets a value that represents a hyperlink corresponding to the ActivityEvent. | |
LinksList | Gets a list of hyperlinks that correspond to the ActivityEvent object. | |
Name | Gets or sets a value for the name of the ActivityEvent object. | |
Owner | Gets or sets a value that represents the social entity (for example, user, organization, or group) that owns this activity event. | |
PartitionId | Gets the partition identifier associated with this ActivityEvent. | |
PublishDate | Gets or sets the DateTime object representing the time when this ActivityEvent was published. | |
Publisher | Gets or sets a value for the social entity (for example, user, organization, or group) that publishes this activity event. | |
Separator | Gets or sets a value for displaying instances of this ActivityEvent in a list. | |
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. | |
Value | Gets or sets a string value that represents this ActivityEvent. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits any changes to an ActivityEvent object to the database. | |
CreateActivityEvent | Static method that creates an ActivityEvent object and associates it with an ActivityType object. | |
CreateSyndicationItem(ActivityTypesCollection, ContentType) | Creates a new feed item and fills in its main properties. | |
CreateSyndicationItem(ActivityType, ActivityTemplate, ContentType) | Creates a new syndication item and fills in its main properties. | |
Dispose | Releases unmanaged resources associated with this ActivityEvent object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | This method is not implemented. | |
RemoveOldConsolidatedEvents | Do not use. This method is not implemented in the current version of SharePoint Server 2010. | |
RemoveOldPublishedEvents | Do not use. This method is not implemented in the current version of SharePoint Server 2010. | |
ToString | (Inherited from Object.) |
Top