Click or drag to resize
FileSystemDeleteObjectsByTypeJobFactory Constructor
Initializes delete objects by type job factory with default job set to FileSystemDeleteObjectsByTypeJob.

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