ForumAfterUpdateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumAfterUpdateEventArgs { IList<string> AllowedThreadTypes { get; } Guid ApplicationId { get; } string ApplicationKey { get; } int? AutoLockingDefaultInterval { get; } bool AutoLockingEnabled { get; } Container Container { get; } DateTime? DateCreated { get; } string DefaultThreadStatus { get; } string DefaultThreadType { get; } string Description { get; } string EmailAddress { get; } string EmailFooter { get; } bool EnableAnonymousPosting { get; } bool Enabled { get; } bool EnablePassiveMode { get; } bool EnablePostStatistics { get; } 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; } string Name { get; } 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); }
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 | |||
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