LocalFileSystemEntryFromId Method |
Get a FileSystemEntry from a state identifier.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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