FileSystemRepositoryHelperIsRepositoryInitialized Method |
Checks whether repository is initialized, by testing the presence of the configuration file.
Namespace: CMS.ContinuousIntegrationAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax public static bool IsRepositoryInitialized(
string applicationRootPath
)
Parameters
- applicationRootPath
- Type: SystemString
Path to the root of the application.
Return Value
Type:
BooleanTrue if repository is initialized, otherwise false.
See Also