Click or drag to resize
FileSystemStoreJobStoreBaseInfo Method
Stores given baseInfo to a repository.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
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