ActivityStoryAfterDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ActivityStoryAfterDeleteEventArgs { string ActivityUrl { get; } IList<ActivityStoryActor> Actors { get; } Guid? ContentId { get; } Guid? ContentTypeId { get; } string ContentUrl { get; } DateTime CreatedDate { get; } ApiList<ExtendedAttribute> ExtendedAttributes { get; } bool IsPublished { get; } DateTime LastUpdate { get; } Guid StoryId { get; } Guid StoryTypeId { get; } Guid? TypeId { get; } string Url { get; } bool GetExtendedAttributeBool(string name, bool defaultValue); DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue); Guid GetExtendedAttributeGuid(string name, Guid defaultValue); int GetExtendedAttributeInt(string name, int defaultValue); string GetExtendedAttributeString(string name, string defaultValue); string PreviewHtml(); string PreviewHtml(string target); string ViewHtml(); string ViewHtml(string target); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ActivityUrl | string | |||
Actors | IList<ActivityStoryActor> | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
CreatedDate | DateTime | |||
ExtendedAttributes | ApiList<ExtendedAttribute> | |||
IsPublished | bool | |||
LastUpdate | DateTime | |||
StoryId | Guid | |||
StoryTypeId | Guid | |||
TypeId | Guid? | |||
Url | string |
Methods
bool GetExtendedAttributeBool(string name, bool defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | bool | Default Value | Required |
Return Type
bool
DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | DateTime | Default Value | Required |
Return Type
DateTime
Guid GetExtendedAttributeGuid(string name, Guid defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | Guid | Default Value | Required |
Return Type
Guid
int GetExtendedAttributeInt(string name, int defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | int | Default Value | Required |
Return Type
int
string GetExtendedAttributeString(string name, string defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | string | Default Value | Required |
Return Type
string
string PreviewHtml();
Return Type
string
string PreviewHtml(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