Click or drag to resize

LocalFileSystemSetSize Method

Sets an entry size. This implementation always returns true.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool SetSize(
	SyncContext context,
	StateSyncEntry entry
)

Parameters

context
Type: callback.ShellBoost.Core.SynchronizationSyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

Type: Boolean
true if something was changed.
Exceptions
ExceptionCondition
ArgumentNullException context is null or entry is null.
See Also