Class ContentCreateManyRequest
Request to create multiple contents
Inheritance
ContentCreateManyRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentCreateManyRequest
Properties
Allows creating contents that refer to list items or contents that don't exist in the system.
Declaration
[JsonProperty("allowMissingDependencies", Required = Required.Always)]
public bool AllowMissingDependencies { get; set; }
Property Value
Declaration
[JsonProperty("items", Required = Required.Always)]
[Required]
public ICollection<ContentCreateRequest> Items { get; set; }
Property Value
Methods
Declaration
public static ContentCreateManyRequest FromJson(string data)
Parameters
Returns