class ForumsCreateOptions
{
string AllowedThreadTypes { 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; }
IList<ExtendedAttribute> ExtendedAttributes { get; set; }
bool? IndexPosts { 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; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
AllowedThreadTypes |
string |
A comma separated list of thread types supported. |
||
|
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 |
bool? |
Enable Post Points |
||
|
EnablePostStatistics |
bool? |
Enable Post Statistics |
||
|
ExtendedAttributes |
IList<ExtendedAttribute> |
ExtendedAttributes |
||
|
IndexPosts |
bool? |
Index Posts |
||
|
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? |