CommentGetThreadedForCommentOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class CommentGetThreadedForCommentOptions { Guid CommentId { get; set; } Guid? CommentTypeId { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } string Direction { get; set; } int? FlattenedDepth { get; set; } string FlattenedSortBy { get; set; } string FlattenedSortOrder { get; set; } Guid? OauthClientId { get; set; } int? PageSize { get; set; } string ThreadedSortBy { get; set; } string ThreadedSortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CommentId | Guid | Comment Id | ||
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. | ||
Direction | string | Specifies the direction paging occurs, either up from the CommentId passed in to the root comment, or down from the root comment for the CommentId passed in. | FromComment, FromRootComment | |
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 | ||
PageSize | int? | Specifies the number of ancestors to return for the permalinked comment. Max of 100. | ||
ThreadedSortBy | string | Sort threaded comments by | CreatedDate, Votes | |
ThreadedSortOrder | string | Sort order of threaded comments | Ascending, Descending |