CommentGetThreadedOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class CommentGetThreadedOptions { int? ChildPageSize { get; set; } Guid? CommentTypeId { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } DateTime? CreatedEndDate { get; set; } DateTime? CreatedStartDate { get; set; } Guid? EndCommentId { get; set; } int? FlattenedDepth { get; set; } string FlattenedSortBy { get; set; } string FlattenedSortOrder { get; set; } Guid? OauthClientId { get; set; } Guid? ParentCommentId { get; set; } int? RootPageSize { get; set; } Guid? StartCommentId { get; set; } string ThreadedSortBy { get; set; } string ThreadedSortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ChildPageSize | int? | Specifies the number of child records to return per parent. Max of 50 | ||
CommentTypeId | Guid? | Comment type Id | ||
ContentId | Guid? | Content Id. Either ContentUrl or ContentId and ContentTypeId are required | ||
ContentTypeId | Guid? | Content Type Id | ||
ContentUrl | string | The URL at which this content can be accessed. Either ContentUrl or ContentId and ContentTypeId are required. | ||
CreatedEndDate | DateTime? | Created end date. Only filters first level of comments returned. | ||
CreatedStartDate | DateTime? | Created start date. Only filters first level of comments returned. | ||
EndCommentId | Guid? | End Comment Id | ||
FlattenedDepth | int? | Specifies the number of levels of threaded comments to return. All other comments will be flattened underneath the last level of threaded comments. Zero based with a max of 9. | ||
FlattenedSortBy | string | Sort flattened comments by | CreatedDate, Votes | |
FlattenedSortOrder | string | Sort order of flattened comments | Ascending, Descending | |
OauthClientId | Guid? | OAuthClientId | ||
ParentCommentId | Guid? | Parent comment Id | ||
RootPageSize | int? | Number of records to return directley under the ParentCommentId passed in. If the ParentCommentId is not passed in, the number of top level comments to return. | ||
StartCommentId | Guid? | Start Comment Id | ||
ThreadedSortBy | string | Sort threaded comments by | CreatedDate, Votes | |
ThreadedSortOrder | string | Sort order of threaded comments | Ascending, Descending |