Click or drag to resize
InfoObjectRepositoryAddCollectionCollectionType Method (InfoCollectionSettings)
Registers the given collection of objects within the repository.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public InfoCollectionSettings AddCollection<CollectionType>(
	InfoCollectionSettings settings
)
where CollectionType : IInfoObjectCollection

Parameters

settings
Type: CMS.DataEngineInfoCollectionSettings
Collection settings

Type Parameters

CollectionType

Return Value

Type: InfoCollectionSettings
See Also