文章 ForumRepliesListOptions 类

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

定义

class ForumRepliesListOptions
{
	string ContentIds { get; set;  }
	int? ForumId { get; set;  }
	string ForumReplyQueryType { get; set;  }
	int? GroupId { get; set;  }
	bool? IncludeSubGroups { get; set;  }
	bool? IncludeThreadStarter { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	int? ParentReplyId { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
}

属性

名称

类型

描述

默认值

选项

ContentIds

string

Comma separated list of ContentIds. Used to limit to a specific set of replies as well as sort order if SoryBy is set to ContentIdsOrder

ForumId

int?

Id of the parent forum

ForumReplyQueryType

string

Reply Type

verified-answers, non-verified-answers, moderated

GroupId

int?

Id of the parent group

IncludeSubGroups

bool?

Used when getting forum replies for a group to specify whether or not to include subgroups.

IncludeThreadStarter

bool?

When true, includes the original thread post in the set of replies

PageIndex

int?

Specify the page number of paged results to return. Zero-based index.

PageSize

int?

Specify the number of results to return per page.

ParentReplyId

int?

Parent Reply Id

SortBy

string

Sort by

PostDate, UserID, SortOrder, TotalVotes, Score:SCORE_ID, ContentIdsOrder

SortOrder

string

Sort order