Click or drag to resize

LocalFileSystemGetId Method (FileSystemEntry)

Gets the identifier from a file system entry.

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

Parameters

entry
Type: ShellBoost.Core.UtilitiesFileSystemEntry
The entry.

Return Value

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