| RepositoryBulkOperations Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic static class RepositoryBulkOperations
The RepositoryBulkOperations type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DeleteObjects | 
            Deletes all objects of the given type matching the where condition from CI repository.
             | 
|   | StoreObjects(ObjectTypeInfo, IEnumerableBaseInfo) | 
            Stores given objects to CI repository.
             | 
|   | StoreObjects(ObjectTypeInfo, IWhereCondition, Boolean, Boolean) | 
            Stores all objects of the given type matching the where condition to CI repository.
             | 
 See Also
See Also