Click or drag to resize
RepositoryPathHelper Constructor
Constructor

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public RepositoryPathHelper(
	FileSystemRepositoryConfiguration repositoryConfiguration,
	ContinuousIntegrationTranslationHelper translationHelper = null
)

Parameters

repositoryConfiguration
Type: CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration
Configuration of a file system repository.
translationHelper (Optional)
Type: CMS.ContinuousIntegration.InternalContinuousIntegrationTranslationHelper
Translation helper object. Used to optimize database calls when asked for the same information multiple times.
See Also