Click or drag to resize

StateEntry Constructor

Initializes a new instance of the StateEntry class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public StateEntry(
	EndPointSynchronizer synchronizer,
	StateSyncEntry entry,
	string relativeFilePath
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The endpoint synchronizer.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The stored entry.
relativeFilePath
Type: SystemString
The entry relative path or null if the path couldn't be computed because of hierarchy problems.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null or synchronizer is null.
See Also