Class FileStorage
public sealed class FileStorage : IDisposable
- Inheritance
-
FileStorage
- Implements
- Inherited Members
Constructors
FileStorage(FileProvider)
public FileStorage(FileProvider provider)
Parameters
providerFileProvider
Properties
ID
public Guid ID { get; }
Property Value
Methods
Dispose()
public void Dispose()
Open(Guid, string)
public FileModel Open(Guid organizationId, string path)
Parameters
Returns
Events
EntityRemoved
public event FileStorage.CommitEventHandler EntityRemoved
Event Type
EntityUpdated
public event FileStorage.CommitEventHandler EntityUpdated