FileSystemStoreJobStoreBaseInfo Method |
Stores given baseInfo to a repository.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax protected void StoreBaseInfo(
BaseInfo baseInfo,
string relativePath
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
Base info which will be stored. - relativePath
- Type: SystemString
Relative path where the base info will be stored
See Also