Click or drag to resize

OnDemandLocalFileSystemAddToWaitingForSynchronization Method

Adds a file system entry to the list of entries waiting to be synchronized.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void AddToWaitingForSynchronization(
	Guid fileSystemEntryId
)

Parameters

fileSystemEntryId
Type: SystemGuid
The local file system entry identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also