Class TitleStorage
A read-only storage container for the application's file system
public sealed class TitleStorage : Storage, IDisposable
- Inheritance
-
TitleStorage
- Implements
- Inherited Members
Constructors
TitleStorage(string?, Properties?)
Creates a new TitleStorage
public TitleStorage(string? rootOverride = null, Properties? properties = null)
Parameters
rootOverridestringA path to override the backend's default title root, or
nullto not overridepropertiesPropertiesAn optional group of properties that may contain backend-specific information
Remarks
By default, TitleStorage uses the generic storage implementation.
When the rootOverride is not provided, the generic implementation will use the output of BasePath as the base path.
Exceptions
- SdlException
The TitleStorage could not be opened (check TryGet(out string?) for more information)