Click or drag to resize

OnDemandLocalFileSystemSetBasicInformation Method

Sets an entry basic information.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected override 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.
See Also