Click or drag to resize
FileSystemDeleteObjectsByTypeJob Constructor
Creates a new instance of FileSystemDeleteObjectsByTypeJob that deletes all objects of given object type missing in the file system repository from the database.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public FileSystemDeleteObjectsByTypeJob(
	FileSystemRepositoryConfiguration configuration
)

Parameters

configuration
Type: CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration
Repository configuration.
See Also