Click or drag to resize

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
C#
protected virtual FileSystemEntry EntryFromId(
	string id
)

Parameters

id
Type: SystemString
The state identifier.

Return Value

Type: FileSystemEntry
A FileSystemEntry instance or null.
See Also