BlogsGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Blogs.dll
Definition
class BlogsGetOptions { int? GroupId { get; set; } int? Id { get; set; } string Key { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
GroupId | int? | Either the Id or the Key + GroupId are required | ||
Id | int? | Either the Id or the Key + GroupId are required | ||
Key | string | Either the Id or the Key + GroupId are required |