RepositoryPathHelperGetGroupFolderSuffix Method |
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 11.0.0
Syntax public virtual string GetGroupFolderSuffix(
string groupName
)
Parameters
- groupName
- Type: SystemString
Group name to be transformed to file system safe representation.
Return Value
Type:
StringGroup 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