Click or drag to resize
RepositoryBulkOperations Class
Contains methods allowing caller to perform bulk operation on CI repository.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalRepositoryBulkOperations

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public static class RepositoryBulkOperations

The RepositoryBulkOperations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeleteObjects
Deletes all objects of the given type matching the where condition from CI repository.
Public methodStatic memberStoreObjects(ObjectTypeInfo, IEnumerableBaseInfo)
Stores given objects to CI repository.
Public methodStatic memberStoreObjects(ObjectTypeInfo, IWhereCondition, Boolean, Boolean)
Stores all objects of the given type matching the where condition to CI repository.
Top
See Also