SearchFileSystemCriteriaIsHashOn Method

Determines if a given hash type is active or not.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public bool IsHashOn(
	HashFunction hash
)

Parameters

hash  HashFunction
Hash type to test

Return Value

Boolean
true if the hash type is active.

See Also