Class ContentAggregationRequest
Request to aggregate contents based on the specified aggregators
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentAggregationRequest : ContentAggregationOnChannelRequest
Properties
Aggregators
List of aggregators that defines how the items should be aggregated.
Declaration
[JsonProperty("aggregators", Required = Required.Always)]
[Required]
public ICollection<AggregatorBase> Aggregators { get; set; }
Property Value
ICollection<AggregatorBase> |
Methods
FromJson(string)
Declaration
public static ContentAggregationRequest FromJson(string data)
Parameters
string data |
Returns
ContentAggregationRequest |