Class ContentManyReferencesRequest
Request to get multiple contents' references
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 ContentManyReferencesRequest
Properties
ContentIds
The IDs of the contents whose references need to be retrieved.
Declaration
[JsonProperty("contentIds", Required = Required.Always)]
[Required]
public ICollection<string> ContentIds { get; set; }
Property Value
DisplayContentUsages
Limits the number of the returned contentIds referencing as DisplayContent by setting paging information.
Declaration
[JsonProperty("displayContentUsages", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public PagingRequest DisplayContentUsages { get; set; }
Property Value
References
Limits the number of the returned metadata references by setting paging information.
Declaration
[JsonProperty("references", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public MetadataReferencesPagingRequest References { get; set; }
Property Value
Shares
Methods
FromJson(string)
Declaration
public static ContentManyReferencesRequest FromJson(string data)
Parameters
string data |