Click or drag to resize

ISyncStateProviderDeleteDownloads Method

Deletes a download or all downloads if no parameter is set.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void DeleteDownloads(
	long changeId
)

Parameters

changeId
Type: SystemInt64
The change identifier or 0 to delete all downloads.
See Also