Click or drag to resize
FileSystemUpsertObjectsByTypeJobFactory Constructor
Initializes insert and update objects by type job factory with default job set to FileSystemUpsertObjectsByTypeJob.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public FileSystemUpsertObjectsByTypeJobFactory()
Remarks
The constructor is public for the purpose of the class instantiation by the abstract predecessor of the class. There is no need to instantiate it in your custom code.
See Also