Click or drag to resize
RepositoryBulkOperationsStoreObjects Method (ObjectTypeInfo, IEnumerableBaseInfo)
Stores given objects to CI repository.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
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