Click or drag to resize

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
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