Click or drag to resize
FileSystemRepositoryHelper.DeleteRepositoryDirectoryIfEmpty Method
Deletes repository directory identified by relativeDirectoryPath. Does nothing when directory is not empty or relative path is null or empty string (to prevent unintended deletion of repository root).

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
public static void DeleteRepositoryDirectoryIfEmpty(
	string relativeDirectoryPath,
	string repositoryRootPath
)

Parameters

relativeDirectoryPath
Type: System.String
Path within repository identifying the directory to be deleted.
repositoryRootPath
Type: System.String
Root path of the repository.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when repositoryRootPath is null.
See Also