Click or drag to resize

OnDemandLocalFileSystemGetIdentity Method

Gets the identity of a local file.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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