Table of Contents

Class DeleteFile

Namespace
NMF.AnyText.Workspace
Assembly
NMF.AnyText.Core.dll

Represents the information needed to delete an existing file.

public class DeleteFile
Inheritance
DeleteFile
Inherited Members

Properties

AnnotationId

An optional annotation ID related to the file deletion.

public string AnnotationId { get; set; }

Property Value

string

Kind

The type of file operation (e.g., "delete").

public string Kind { get; set; }

Property Value

string

Options

File deletion options (e.g., whether to delete recursively).

public DeleteFileOptions Options { get; set; }

Property Value

DeleteFileOptions

Uri

The URI of the file to be deleted.

public string Uri { get; set; }

Property Value

string