RepositoryBulkOperationsStoreObjects Method (ObjectTypeInfo, IEnumerableBaseInfo) |
Stores given objects to CI repository.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax public static void StoreObjects(
ObjectTypeInfo typeInfo,
IEnumerable<BaseInfo> objects
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type info object that describes objects in objects collection. - objects
- Type: System.Collections.GenericIEnumerableBaseInfo
Objects to store. All objects must be of same type as typeInfo.
Remarks The method does not process objects that depend on given objects.
See Also