Click or drag to resize

PicklistItemHashKey Method

Get the hash key for the item.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string HashKey(
	bool noDiscrim
)

Parameters

noDiscrim
Type: SystemBoolean
Specifies whether or not the discrim (if any) should be included in the hash key.

Return Value

Type: String
The hash key for the item.
See Also