Click or drag to resize
FileSystemUpsertObjectsByTypeJobSetChangedObject Method
Sets changed object to the database.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetChangedObject(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Changed object
See Also