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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override TreeNodeCollection NewCollection(
	string type
)

Parameters

type
Type: SystemString
Type of the collection

Return Value

Type: TreeNodeCollection
See Also