Click or drag to resize
FileSystemRepositoryManager Methods

The FileSystemRepositoryManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDelete
Deletes given object from the file system repository, if this object's serialization is enabled by the repository configuration.
Public methodDispose
Releases all resources used by the current instance of the FileSystemRepositoryManager class.
Protected methodDispose(Boolean)
When overridden in a derived class, releases the unmanaged resources used by the FileSystemRepositoryManager, and optionally releases the managed resources.
Public methodStatic memberRestoreAll
Restores all supported objects from the file system repository.
Public methodStatic memberStore
Stores given object to the file system repository, if this object's serialization is enabled by the repository configuration.
Public methodStatic memberStoreAll
Stores all supported objects to the file system repository.
Top
See Also