Click or drag to resize

BaseScanControllerGetListHash Method

Gets the list hash for the provided list guid.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract string GetListHash(
	Guid listGuid
)

Parameters

listGuid  Guid
List guid to query.

Return Value

String
List hash.
See Also