Click or drag to resize

OnDemandLocalFileSystemUpdateEntryStates Method

Updates an entry on-demand entry states.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void UpdateEntryStates(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The entry full path.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
See Also