Class RenameFile
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
Kind
The type of file operation (e.g., "rename").
public string Kind { get; set; }
Property Value
NewUri
The URI of the new file name.
public string NewUri { get; set; }
Property Value
OldUri
The URI of the old file name.
public string OldUri { get; set; }
Property Value
Options
File options (e.g., whether to overwrite).
public FileOptions Options { get; set; }