Click or drag to resize
FileSystemDeleteJobFactory Constructor
Initializes delete job factory with default job set to FileSystemDeleteJob.

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