Click or drag to resize

ISyncFileSystemHasCapability 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#
bool HasCapability(
	SyncFileSystemCapability capability
)

Parameters

capability
Type: callback.ShellBoost.Core.SynchronizationSyncFileSystemCapability
The capability.

Return Value

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