Click or drag to resize

OnDemandLocalFileSystemUpdateEntryStates Method

Updates an entry on-demand entry states.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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