Click or drag to resize

MultiPointSynchronizerIsValidEntry Method

Determines whether the specified entry is valid.

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

Parameters

entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

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