ISyncStateProviderDeleteDownloads Method |
Deletes a download or all downloads if no parameter is set.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax void DeleteDownloads(
long changeId
)
Parameters
- changeId
- Type: SystemInt64
The change identifier or 0 to delete all downloads.
See Also