BlogsListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Blogs.dll
Definition
class BlogsListOptions { string ApplicationIds { get; set; } int? GroupId { get; set; } bool? IncludeSubGroups { get; set; } int? OwnerUserId { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string PermissionId { get; set; } string SortBy { get; set; } string SortOrder { get; set; } int? UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationIds | string | Comma separated list of ApplicationIds. Used to limit to a specific set of blogs as well as sort order if SortBy is set to ApplicationIdsOrder | ||
GroupId | int? | Group ID | ||
IncludeSubGroups | bool? | Whether or not query should include sub-groups | ||
OwnerUserId | int? | User ID of the owner of the blogs. When this value is present, only blogs where the given user is an owner are returned. The accessing user must specify their own user Id or the accessing user must have impersonation rights. | ||
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. | ||
PermissionId | string | Used to get a list of blogs for which the accessing or impersonated user has the provided Permission ID. | ||
SortBy | string | Attribute to order the results | ApplicationIdsOrder, DateCreated, LastPost, Name, Post, SortOrder, Thread, TotalPosts | |
SortOrder | string | Direction to sort the results | Ascending, Descending | |
UserId Obsolete | int? | Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead. Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead. |