Click or drag to resize
RepositoryPathHelperGetGroupFolderSuffix Method
Gets file system safe representation of group suffix (without the GROUP_SUFFIX_DELIMITER). The group folder suffix is at most MAX_GROUP_FOLDER_SUFFIX_LENGTH long.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public virtual string GetGroupFolderSuffix(
	string groupName
)

Parameters

groupName
Type: SystemString
Group name to be transformed to file system safe representation.

Return Value

Type: String
Group name to be used as suffix in file system name representation.
Remarks
Files which logically belong together can be grouped on the file system level. The group is distinguished by adding a suffix to the original file name.
See Also