Class ContentDeleteManyRequest
Request to delete multiple contents.
Inheritance
ContentDeleteManyRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentDeleteManyRequest
Properties
IDs of the contents to delete.
Declaration
[JsonProperty("contentIds", Required = Required.Always)]
[Required]
public ICollection<string> ContentIds { get; set; }
Property Value
A value indicating whether references to the contents should be removed.
Declaration
[JsonProperty("forceReferenceRemoval", Required = Required.Always)]
public bool ForceReferenceRemoval { get; set; }
Property Value
Create a progress notification and notify on progress. Notifications are shown in the UI only to the same use who triggered the delete request.
Declaration
[JsonProperty("notifyProgress", Required = Required.Always)]
public bool NotifyProgress { get; set; }
Property Value
Methods
Declaration
public static ContentDeleteManyRequest FromJson(string data)
Parameters
Returns