Click or drag to resize

FileSystemEntryDeleteById Method

Deletes an entry using its 128-bit identifier.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool DeleteById(
	string volumeGuid,
	Guid id,
	bool unprotect = false,
	bool throwOnError = true
)

Parameters

volumeGuid
Type: SystemString
The volume Guid.
id
Type: SystemGuid
The entry identifier.
unprotect (Optional)
Type: SystemBoolean
If set to true and the entry has the ReadOnly attribute, it will be removed before deletion.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: Boolean
true if the entry was deleted; otherwise false.
See Also