Class SgaDrive
- Namespace
- OpenCompote.SGA
- Assembly
- OpenCompote.dll
Represents a drive within a SGA archive.
public class SgaDrive
- Inheritance
-
SgaDrive
- Inherited Members
Properties
Alias
Gets or sets the alias of the drive.
public string Alias { get; set; }
Property Value
Archive
Gets the SGA archive that the drive belongs to.
public SgaArchive? Archive { get; }
Property Value
Name
Gets or sets the name of the drive.
public string Name { get; set; }
Property Value
RootFolder
Gets the RootFolder of this drive.
public SgaFolder RootFolder { get; }
Property Value
Methods
Delete()
Deletes the drive from the archive.
public void Delete()
Exceptions
- NotSupportedException
The SGA archive for this drive was open in readonly mode.
- ObjectDisposedException
The SGA archive for this entry has been disposed.