Table of Contents

Class CreateFile

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

Represents the information needed to create a new file.

public class CreateFile
Inheritance
CreateFile
Inherited Members

Properties

AnnotationId

An optional annotation ID related to the file creation.

public string AnnotationId { get; set; }

Property Value

string

Kind

The type of file creation (e.g., "create").

public string Kind { get; set; }

Property Value

string

Options

File options (e.g., whether to overwrite an existing file).

public FileOptions Options { get; set; }

Property Value

FileOptions

Uri

The URI of the file to be created.

public string Uri { get; set; }

Property Value

string