LocalFileSystemParseId Method |
Parses an identifier as a string.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual Tuple<string, Guid> ParseId(
string id
)
Parameters
- id
- Type: SystemString
The identifier as a string.
Return Value
Type:
TupleString,
GuidA tuple with the volume guid and the entry identifier.
Exceptions See Also