Click or drag to resize

OnDemandLocalFileSystemGetIdentity Method

Gets the identity of a local file.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual byte[] GetIdentity(
	string localRelativePath
)

Parameters

localRelativePath
Type: SystemString
The local relative directory path.

Return Value

Type: Byte
An array of bytes that represents the path identity
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also