Click or drag to resize

LocalFileSystemGetId Method (String, Guid)

Gets the identifier.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected string GetId(
	string volumeGuid,
	Guid id
)

Parameters

volumeGuid
Type: SystemString
The volume GUID.
id
Type: SystemGuid
The identifier.

Return Value

Type: String
An identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionvolumeGuid is null.
See Also