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 public static bool ExistsById(
string volumeGuid,
Guid id
)
Parameters
- volumeGuid
- Type: SystemString
The volume Guid. - id
- Type: SystemGuid
The entry identifier.
Return Value
Type:
Booleantrue if the entry was found; otherwise, false.
See Also