Click or drag to resize

OnDemandLocalFileSystemUpdateEntry Method (String, Boolean)

Updates an on-demand entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int UpdateEntry(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The entry full path.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error code or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
ArgumentExceptionfullPath is not rooted.
See Also