Click or drag to resize
InfoObjectRepositoryTCollection, TObject, TSettingsNewCollection Method
Creates new collection for the data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public abstract TCollection NewCollection(
	string type
)

Parameters

type
Type: SystemString
Type of the collection

Return Value

Type: TCollection

Implements

IInfoObjectRepositoryTCollectionNewCollection(String)
See Also