Class ContentRestoreManyRequest
Request to restore multiple contents
Inheritance
ContentRestoreManyRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentRestoreManyRequest
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
IDs of the contents to restore.
Declaration
[JsonProperty("contentIds", Required = Required.Always)]
[Required]
public ICollection<string> ContentIds { get; set; }
Property Value
Methods
Declaration
public static ContentRestoreManyRequest FromJson(string data)
Parameters
Returns