| RepositoryPathHelperGetGroupFileName Method | 
            Gets name of the group file from 
desiredGroupFileName. Group file name is transformed
            in order to contain file system safe characters. The group file name is at most 
MAX_GROUP_FILE_NAME_LENGTH characters in length.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetGroupFileName(
	string desiredGroupFileName,
	bool withExtension
)
Parameters
- desiredGroupFileName
- Type: SystemString
 Group file name used when creating the resulting file name.
- withExtension
- Type: SystemBoolean
 Indicates whether file name should have the extension appended.
Return Value
Type: 
String Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentException | Thrown when desiredGroupFileName is null or empty. | 
 See Also
See Also