ActivityStory
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ActivityStory { string ActivityUrl { get; } IList<ActivityStoryActor> Actors { get; set; } Content Content { get; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } DateTime CreatedDate { get; set; } IList<IExtendedAttribute> ExtendedAttributes { get; set; } DateTime LastUpdate { get; set; } User PrimaryUpdateUser { get; } User PrimaryUser { get; } Guid StoryId { get; set; } Guid StoryTypeId { get; set; } Guid? TypeId { get; set; } string Url { get; } string PreviewHtml(); string PreviewHtml(string target); string UpdateHtml(string target); string ViewHtml(); string ViewHtml(string target); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ActivityUrl | string | |||
Actors | IList<ActivityStoryActor> | |||
Content | Content | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
CreatedDate | DateTime | |||
ExtendedAttributes | IList<IExtendedAttribute> | |||
LastUpdate | DateTime | |||
PrimaryUpdateUser | User | |||
PrimaryUser | User | |||
StoryId | Guid | |||
StoryTypeId | Guid | |||
TypeId | Guid? | |||
Url | string |
Methods
string PreviewHtml();
Return Type
string
string PreviewHtml(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string
string UpdateHtml(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string
string ViewHtml();
Return Type
string
string ViewHtml(string target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | string | Target | Required |
Return Type
string