LocalFileSystemParseId Method |
Parses an identifier as a string.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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