Click or drag to resize
RepositoryPathHelperGROUP_FILE_NAME_HASH_LENGTH Field
Length of hash used when appending group file name with a hash. The file name's length is truncated to (MAX_GROUP_FILE_NAME_LENGTH - GROUP_FILE_NAME_HASH_LENGTH - 1). One character is needed for delimiter. It is assumed that portion of hash is unique enough to avoid collisions.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public const int GROUP_FILE_NAME_HASH_LENGTH

Field Value

Type: Int32
See Also