| FileSystemStoreJobRunInternal Method | 
            Stores given baseInfo to the repository by serializing it to proper repository location.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxprotected override void RunInternal(
	BaseInfo baseInfo
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
 Base info which will be stored.
 Remarks
RemarksProvided baseInfo is never .
 See Also
See Also