Click or drag to resize
FileSystemRepositoryHelperIsRepositoryInitialized Method
Checks whether repository is initialized, by testing the presence of the configuration file.

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
public static bool IsRepositoryInitialized(
	string applicationRootPath
)

Parameters

applicationRootPath
Type: SystemString
Path to the root of the application.

Return Value

Type: Boolean
True if repository is initialized, otherwise false.
See Also