Click or drag to resize

FileSystemClientRegisterFileSystem Method

Registers a file system for the specified scheme.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public static void RegisterFileSystem(
	string scheme,
	Type fileSystemClientType
)

Parameters

scheme
Type: SystemString
The URL scheme.
fileSystemClientType
Type: SystemType
Type of the file system client.
See Also