Click or drag to resize

LocalFileSystemGetId Method (FileSystemEntry)

Gets the identifier from a file system entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected string GetId(
	FileSystemEntry entry
)

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The entry.

Return Value

Type: String
An identifier or null if entry is null.
See Also