ForumReplyBeforeUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReplyBeforeUpdateEventArgs { int? AnswerVerifiedByUserId { get; } Application Application { get; } bool? Approved { get; set; } User Author { get; set; } bool? AutoApprove { get; set; } string AvatarUrl { get; } string Body { get; set; } Guid ContentId { get; } DateTime? Date { get; set; } string EditNotes { get; set; } IList<EmailFile> EmailFiles { get; } int EmoticonId { get; set; } string Excerpt { get; set; } 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; set; } bool? IsSuggestedAnswer { get; } int? ParentId { get; } int? Points { get; } int? PostLevel { get; } string PostMedia { get; set; } string PostStatus { get; } string PostType { get; } int? ReplyCount { get; } string SearchUniqueId { get; } int? SortOrder { get; } int? SpamScore { get; } string SpamStatus { get; } string Subject { get; set; } IList<string> Tags { get; set; } int? ThreadId { get; } string Url { get; } string UserHostAddress { 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); void SetExtendedAttributeDateTime(string name, DateTime value); void SetExtendedAttributeGuid(string name, Guid value); void SetExtendedAttributeInt(string name, int value); void SetExtendedAttributeString(string name, string value); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AnswerVerifiedByUserId | int? | |||
Application | Application | |||
Approved | bool? | |||
Author | User | |||
AutoApprove Obsolete | bool? | AutoApprove is no longer honored. Configure permissions or use an IAbuseDetector plugin to automate ForumReply moderation. Obsolete. Configure permissions or use an IAbuseDetector plugin to automate ForumReply moderation. | ||
AvatarUrl | string | |||
Body | string | |||
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
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
void SetExtendedAttributeDateTime(string name, DateTime value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | DateTime | Value | Required |
void SetExtendedAttributeGuid(string name, Guid value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | Guid | Value | Required |
void SetExtendedAttributeInt(string name, int value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | int | Value | Required |
void SetExtendedAttributeString(string name, string value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | string | Value | Required |