LocalFileSystemEntryFromId Method |
Get a FileSystemEntry from a state identifier.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual FileSystemEntry EntryFromId(
string id
)
Parameters
- id
- Type: SystemString
The state identifier.
Return Value
Type:
FileSystemEntryA FileSystemEntry instance or null.
See Also