Click or drag to resize

MultiPointSynchronizerIsValidEntry Method

Determines whether the specified entry is valid.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsValidEntry(
	StateSyncEntry entry
)

Parameters

entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

Type: Boolean
true if the specified entry is valid; otherwise, false.
See Also