FileSystemFactory

FileSystemFactory delegate

SaveOptions and LoadOptions will create a LocalFileSystem for default. This can be a security issue in server environment. Use your own FileSystemFactory to FileSystemFactory to improve server side security.

public delegate FileSystem FileSystemFactory();

See Also