FileSystemEntryFromId Method |
Gets 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 public static FileSystemEntry FromId(
string volumeGuid,
Guid id,
bool throwOnError = true
)
Parameters
- volumeGuid
- Type: SystemString
The volume Guid. - id
- Type: SystemGuid
The entry identifier. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
FileSystemEntryAn entry instance or null.
See Also