Class SgaDrive
- Namespace
- OpenCompote.SGA
- Assembly
- OpenCompote.dll
Represents a SGA archive drive.
public class SgaDrive
- Inheritance
-
SgaDrive
- Inherited Members
Properties
Alias
Gets 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 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.
GetEntry(string)
NOT IMPLEMENTED! DO NOT USE
public SgaEntry GetEntry(string entryName)
Parameters
entryNamestring