ForumBeforeUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumBeforeUpdateEventArgs { IList<string> AllowedThreadTypes { get; set; } Guid ApplicationId { get; } string ApplicationKey { get; } int? AutoLockingDefaultInterval { get; set; } bool AutoLockingEnabled { get; set; } Container Container { get; } DateTime? DateCreated { get; set; } string DefaultThreadStatus { get; set; } string DefaultThreadType { get; set; } string Description { get; set; } string EmailAddress { get; } string EmailFooter { get; set; } bool EnableAnonymousPosting { get; } bool Enabled { get; set; } bool EnablePassiveMode { get; } bool EnablePostPoints { get; set; } bool EnablePostStatistics { get; set; } bool EnableQualityVoting { get; set; } ApiList<ExtendedAttribute> ExtendedAttributes { get; } Group Group { get; } int? Id { get; } bool IndexPosts { get; } Forum InternalEntity { get; } DateTime? LatestPostDate { get; } string MailingListName { get; } bool ModeratePosts { get; set; } string Name { get; set; } string PassiveModeAddress { get; } int? PostsToModerate { get; } int ReplyCount { get; } int ThreadCount { 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); 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 |
---|---|---|---|---|
AllowedThreadTypes | IList<string> | |||
ApplicationId | Guid | |||
ApplicationKey | string | |||
AutoLockingDefaultInterval | int? | |||
AutoLockingEnabled | bool | |||
Container | Container | |||
DateCreated | DateTime? | |||
DefaultThreadStatus | string | |||
DefaultThreadType | string | |||
Description | string | |||
EmailAddress | string | |||
EmailFooter | string | |||
EnableAnonymousPosting | bool | |||
Enabled | bool | |||
EnablePassiveMode | bool | |||
EnablePostPoints Obsolete | bool | Obsolete in 10.0. This option is no longer used. | ||
EnablePostStatistics | bool | |||
EnableQualityVoting | bool | |||
ExtendedAttributes | ApiList<ExtendedAttribute> | |||
Group | Group | |||
Id | int? | |||
IndexPosts | bool | |||
InternalEntity | Forum | |||
LatestPostDate | DateTime? | |||
MailingListName | string | |||
ModeratePosts | bool | |||
Name | string | |||
PassiveModeAddress | string | |||
PostsToModerate | int? | |||
ReplyCount | int | |||
ThreadCount | int | |||
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
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 |