Click or drag to resize

FileSystemEntryExistsById Method

Determines whether the specified entry exists, 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 ExistsById(
	string volumeGuid,
	Guid id
)

Parameters

volumeGuid
Type: SystemString
The volume Guid.
id
Type: SystemGuid
The entry identifier.

Return Value

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