Class FeedItem
Represents a feed item corresponding to a subscriber feed that is generated for an activity that was received by the Activity Streams system.
Inheritance
System.Object
FeedItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.ActivityStreams.Core
Assembly: EPiServer.Social.ActivityStreams.Core.dll
Version: 1.5.4Syntax
public class FeedItem
Constructors
FeedItem()
Declaration
public FeedItem()
Properties
ActivityDate
Gets or sets DateTime identifying when the activity, for which the feed item was generated, was received by the Activity Streams system.
Declaration
public DateTime ActivityDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
ActivityId
Gets or sets the ActivityId. ActivityId is the unique identifier of an activity that occurred.
Declaration
public ActivityId ActivityId { get; set; }
Property Value
| Type | Description |
|---|---|
| ActivityId |
Actor
Gets or sets the Actor reference Actor is the reference of an actor who performed an activity on the resource.
Declaration
public Reference Actor { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference |
Target
Gets or sets the reference to the target resource on which the activity was performed.
Declaration
public Reference Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference |
Remarks
Target can be a resource or user reference depending on whether the activity was performed on a user or a resource in an application.