ForumsCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumsCreateOptions { string AllowedThreadTypes { get; set; } int? AutoLockingDefaultInterval { get; set; } bool? AutoLockingEnabled { get; set; } string DefaultThreadType { get; set; } string Description { get; set; } string EmailFooter { get; set; } bool? Enabled { get; set; } bool? EnableMailingList { get; set; } bool? EnablePassiveMode { get; set; } bool? EnablePostPoints { get; set; } bool? EnablePostStatistics { get; set; } bool? EnableQualityVoting { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } bool? IndexPosts { get; set; } string Key { get; set; } string MailingListAddress { get; set; } string MailingListName { get; set; } int? MappedGalleryId { get; set; } bool? ModeratePosts { get; set; } string PassiveModeAddress { get; set; } int? SuggestedAnswerVoteThreshold { get; set; } int? VerifiedAnswerVoteThreshold { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AllowedThreadTypes | string | A comma separated list of thread types supported. | ||
AutoLockingDefaultInterval | int? | The number of days before a thread is automatically locked when the Forum Auto-Locking plugin is enabled. If not specified and auto-locking is enabled, the plugin's configuration value is used. | ||
AutoLockingEnabled | bool? | Turns on auto locking of threads according to the configuration of the Forum Auto-Locking plugin if it is enabled. | ||
DefaultThreadType | string | The default thread type for the forum if both QuestionAndAnswer and Discussion threads are allowed | ||
Description | string | Description | ||
EmailFooter | string | Email Footer | ||
Enabled | bool? | Enabled | ||
EnableMailingList | bool? | Enable Mailing List | ||
EnablePassiveMode | bool? | Enable Passive Mode | ||
EnablePostPoints Obsolete | bool? | Obsolete in 10.0. This option is no longer used. Obsolete in 10.0. This option is no longer used. | ||
EnablePostStatistics | bool? | Enable Post Statistics | ||
EnableQualityVoting | bool? | Enable Quality Voting | ||
ExtendedAttributes | IList<ExtendedAttribute> | ExtendedAttributes | ||
IndexPosts | bool? | Index Posts | ||
Key | string | String identifier uniquely identifying a forum within its containing group. Used in the url. If unspecified, will be auto-generated based on the Name | ||
MailingListAddress | string | Mailing List Address. Required if EnableMailingList is true | ||
MailingListName | string | Mailing List Name. Required if EnableMailingList is true | ||
MappedGalleryId | int? | Only used when EnableMailingList is true, attachments via email can be created in this gallery. If not specified, attachments will be created on forum posts. | ||
ModeratePosts | bool? | Moderate Posts | ||
PassiveModeAddress | string | Passive Mode Address. Required if EnablePassiveMode is true. | ||
SuggestedAnswerVoteThreshold | int? | |||
VerifiedAnswerVoteThreshold | int? |