文章 Forum 类

  • 命名空间: Limyee.Extensibility.Api.Entities.Version1
  • 程序集: Limyee.Api.dll

定义

class Forum
{
	IList<string> AllowedThreadTypes { get; set;  }
	Guid ApplicationId { get; set;  }
	string AvatarUrl { get;  }
	Container Container { get;  }
	Guid ContentId { get;  }
	DateTime? DateCreated { get; set;  }
	string DefaultThreadStatus { get; set;  }
	string DefaultThreadType { get; set;  }
	string Description { get; set;  }
	string EmailAddress { get; set;  }
	string EmailFooter { get; set;  }
	bool EnableAnonymousPosting { get; set;  }
	bool Enabled { get; set;  }
	bool EnablePassiveMode { get; set;  }
	bool EnablePostPoints { get; set;  }
	bool EnablePostStatistics { get; set;  }
	Group Group { get; set;  }
	int? Id { get; set;  }
	bool IndexPosts { get; set;  }
	DateTime? LatestPostDate { get; set;  }
	string MailingListName { get; set;  }
	bool ModeratePosts { get; set;  }
	string Name { get; set;  }
	string PassiveModeAddress { get; set;  }
	int? PostsToModerate { get; set;  }
	int ReplyCount { get; set;  }
	int SuggestedAnswerVoteThreshold { get; set;  }
	int ThreadCount { get; set;  }
	string Url { get; set;  }
	int VerifiedAnswerVoteThreshold { get; set;  }
}

属性

名称

类型

描述

默认值

选项

AllowedThreadTypes

IList<string>

ApplicationId

Guid

AvatarUrl

string

Container

Container

ContentId

Guid

DateCreated

DateTime?

DefaultThreadStatus

string

DefaultThreadType

string

Description

string

EmailAddress

string

EmailFooter

string

EnableAnonymousPosting

bool

This has been obsoleted and will always return true. Check permissions on the forum instead.

Enabled

bool

EnablePassiveMode

bool

EnablePostPoints

bool

EnablePostStatistics

bool

Group

Group

Id

int?

IndexPosts

bool

LatestPostDate

DateTime?

MailingListName

string

ModeratePosts

bool

Name

string

PassiveModeAddress

string

PostsToModerate

int?

ReplyCount

int

SuggestedAnswerVoteThreshold

int

ThreadCount

int

Url

string

VerifiedAnswerVoteThreshold

int