Click or drag to resize

OnDemandLocalFileSystemAddToWaitingForSynchronization Method

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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