BlogPostsGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Blogs.dll
Definition
class BlogPostsGetOptions { int? BlogId { get; set; } bool EnablePendingReview { get; set; } int? Id { get; set; } string Name { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
BlogId | int? | Id of the parent blog | ||
EnablePendingReview | bool | When true, enables retrieving edits to the blog post that are currently pending review authored by the accessing user. | ||
Id | int? | Either the Id or the Name (key) is required. | ||
Name | string | Either the Id or the Name (key) is required. |