Click or drag to resize
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.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public 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
ExceptionCondition
ArgumentExceptionThrown when desiredGroupFileName is null or empty.
See Also