Click or drag to resize
RepositoryPathHelperGROUP_FOLDER_SUFFIX_HASH_LENGTH Field
Length of hash used when appending group folder suffix with a hash. The suffix's length is truncated to (MAX_GROUP_FOLDER_SUFFIX_LENGTH - GROUP_FOLDER_SUFFIX_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_FOLDER_SUFFIX_HASH_LENGTH

Field Value

Type: Int32
See Also