Table of Contents

Class DeleteFileRequest

Namespace
AbanoubNassem.Trinity.RequestHelpers
Assembly
AbanoubNassem.Trinity.dll

Represents a request to delete a file resource associated with a specific resource name and field name.

public class DeleteFileRequest
Inheritance
DeleteFileRequest
Inherited Members

Properties

FieldName

Gets or sets the field name associated with the file resource to delete.

public string FieldName { get; set; }

Property Value

string

The field name associated with the file resource to delete.

ResourceName

Gets or sets the resource name associated with the file resource to delete.

public string ResourceName { get; set; }

Property Value

string

The resource name associated with the file resource to delete.

Reverting

Gets or sets a value indicating whether the file should be reverted after deletion.

public bool? Reverting { get; set; }

Property Value

bool?

True to revert the file after deletion; otherwise, false.

UniqueFileIdOrUrl

Gets or sets the unique file ID or URL associated with the file resource to delete.

public string UniqueFileIdOrUrl { get; set; }

Property Value

string

The unique file ID or URL associated with the file resource to delete.