Click or drag to resize

EndPointSynchronizerIsContentChange Method

Determines whether a change corresponds to a content change.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool IsContentChange(
	StateSyncChange change
)

Parameters

change
Type: ShellBoost.Core.SynchronizationStateSyncChange
The change.

Return Value

Type: Boolean
true if a change corresponds to a content change; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionchange is null.
See Also