IActivityStory
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IActivityStory { IList<ActivityStoryActor> Actors { get; } Guid? ContentId { get; } Guid? ContentTypeId { get; } string ContentUrl { get; } DateTime CreatedDate { get; } IList<IExtendedAttribute> ExtendedAttributes { get; set; } DateTime LastUpdate { get; } Guid StoryId { get; } Guid StoryTypeId { get; } Guid? TypeId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Actors | IList<ActivityStoryActor> | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
CreatedDate | DateTime | |||
ExtendedAttributes | IList<IExtendedAttribute> | |||
LastUpdate | DateTime | |||
StoryId | Guid | |||
StoryTypeId | Guid | |||
TypeId | Guid? |