FileSystemRepositoryManager Methods |
The FileSystemRepositoryManager type exposes the following members.
Name | Description | |
---|---|---|
Delete |
Deletes given object from the file system repository, if this object's serialization is enabled by the repository configuration.
| |
Dispose |
Releases all resources used by the current instance of the FileSystemRepositoryManager class.
| |
Dispose(Boolean) |
When overridden in a derived class, releases the unmanaged resources used by the FileSystemRepositoryManager, and optionally releases the managed resources.
| |
RestoreAll |
Restores all supported objects from the file system repository.
| |
Store |
Stores given object to the file system repository, if this object's serialization is enabled by the repository configuration.
| |
StoreAll |
Stores all supported objects to the file system repository.
|