Class ContentDeleteManyFilterRequest
Request to delete multiple contents based on a provided filter
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 ContentDeleteManyFilterRequest
Properties
FilterRequest
Filters the contents that need to be deleted.
Declaration
[JsonProperty("filterRequest", Required = Required.Always)]
[Required]
public ContentFilterRequest FilterRequest { get; set; }
Property Value
ForceReferenceRemoval
A value indicating whether references to the content items should be removed.
Declaration
[JsonProperty("forceReferenceRemoval", Required = Required.Always)]
public bool ForceReferenceRemoval { get; set; }
Property Value
NotifyProgress
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
FromJson(string)
Declaration
public static ContentDeleteManyFilterRequest FromJson(string data)
Parameters
string data |