FileSystemEntryExistsById Method |
Determines whether the specified entry exists, using its 128-bit identifier.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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