Click or drag to resize
InfoObjectRepositoryNewCollection Method
Creates new collection for the data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public override IInfoObjectCollection<BaseInfo> NewCollection(
	string type
)

Parameters

type
Type: SystemString
Object type of the collection

Return Value

Type: IInfoObjectCollectionBaseInfo

Implements

IInfoObjectRepositoryTCollectionNewCollection(String)
See Also