ContentMoverIsDownloaded Method |
Determines if the content associated with a change has being downloaded;
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual bool IsDownloaded(
long changeId
)
Parameters
- changeId
- Type: SystemInt64
The change identifier.
Return Value
Type:
Booleantrue if the content has being downloaded; otherwise false.
See Also