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

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
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, IEnumerable<BaseInfo>)
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