Click or drag to resize

LocalFileSystem.HasCapability Method

Determines whether the specified capability is supported.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool HasCapability(
	SyncFileSystemCapability capability
)

Parameters

capability
Type: callback.ShellBoost.Core.Synchronization.SyncFileSystemCapability
The capability.

Return Value

Type: Boolean
true if the specified capability is supported; otherwise, false.

Implements

ISyncFileSystem.HasCapability(SyncFileSystemCapability)
See Also