Click or drag to resize

LocalFileSystemSetBasicInformation Method

Sets an entry basic information. 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 SetBasicInformation(
	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
ArgumentNullExceptioncontext is null or entry is null.
See Also