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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static void RegisterFileSystem(
	string scheme,
	Type fileSystemClientType
)

Parameters

scheme  String
The URL scheme.
fileSystemClientType  Type
Type of the file system client.
See Also