Click or drag to resize

ContentMoverIsDownloading Method

Determines if the content associated with a change is being downloaded;

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool IsDownloading(
	long changeId
)

Parameters

changeId
Type: SystemInt64
The change identifier.

Return Value

Type: Boolean
true if the content is being downloaded; otherwise false.
See Also