Click or drag to resize

OnDemandLocalFileSystemHasCapability 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 override 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.

Implements

ISyncFileSystemHasCapability(SyncFileSystemCapability)
See Also