Table of Contents

Class RenameFile

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

Represents the information needed to rename an existing file.

public class RenameFile
Inheritance
RenameFile
Inherited Members

Properties

AnnotationId

An optional annotation ID related to the file rename.

public string AnnotationId { get; set; }

Property Value

string

Kind

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

public string Kind { get; set; }

Property Value

string

NewUri

The URI of the new file name.

public string NewUri { get; set; }

Property Value

string

OldUri

The URI of the old file name.

public string OldUri { get; set; }

Property Value

string

Options

File options (e.g., whether to overwrite).

public FileOptions Options { get; set; }

Property Value

FileOptions