Click or drag to resize
FileSystemUpsertObjectsByTypeJob Constructor
Creates a new instance of FileSystemUpsertObjectsByTypeJob that restores all objects of given object type to the database.

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

Parameters

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