ForumReplyAfterUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyAfterUpdateEventArgs { int? AnswerVerifiedByUserId { get; } Application Application { get; } bool? Approved { get; } User Author { get; } Guid ContentId { get; } DateTime? Date { get; } string EditNotes { get; } IList<EmailFile> EmailFiles { get; } int EmoticonId { get; } string Excerpt { get; } ApiList<ExtendedAttribute> ExtendedAttributes { get; } MediaFile File { get; } int? ForumId { get; } int? Id { get; } ForumPost InternalEntity { get; } bool? IsAnonymous { get; } bool? IsAnswer { get; } bool? IsLocked { get; } bool? IsSuggestedAnswer { get; } int? ParentId { get; } int? Points { get; } int? PostLevel { get; } string PostMedia { get; } string PostStatus { get; } string PostType { get; } int? ReplyCount { get; } string SearchUniqueId { get; } int? SortOrder { get; } int? SpamScore { get; } string SpamStatus { get; } string Subject { get; } IList<string> Tags { get; } int? ThreadId { get; } string Url { get; } string UserHostAddress { get; } string Body(); string Body(string postTarget); 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 HtmlName(string postTarget); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AnswerVerifiedByUserId | int? | |||
Application | Application | |||
Approved | bool? | |||
Author | User | |||
ContentId | Guid | |||
Date | DateTime? | |||
EditNotes | string | |||
EmailFiles | IList<EmailFile> | |||
EmoticonId | int | |||
Excerpt | string | |||
ExtendedAttributes | ApiList<ExtendedAttribute> | |||
File | MediaFile | |||
ForumId | int? | |||
Id | int? | |||
InternalEntity | ForumPost | |||
IsAnonymous | bool? | |||
IsAnswer | bool? | |||
IsLocked | bool? | |||
IsSuggestedAnswer | bool? | |||
ParentId | int? | |||
Points | int? | |||
PostLevel | int? | |||
PostMedia | string | |||
PostStatus | string | |||
PostType | string | |||
ReplyCount | int? | |||
SearchUniqueId | string | |||
SortOrder | int? | |||
SpamScore | int? | |||
SpamStatus | string | |||
Subject | string | |||
Tags | IList<string> | |||
ThreadId | int? | |||
Url | string | |||
UserHostAddress | string |
Methods
string Body();
Return Type
string
string Body(string postTarget);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postTarget | string | Post Target | Required |
Return Type
string
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 HtmlName(string postTarget);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postTarget | string | Post Target | Required |
Return Type
string