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

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

Parameters

type
Type: SystemString
Object type of the collection

Return Value

Type: DocumentAttachmentCollection

Implements

IInfoObjectRepositoryTCollectionNewCollection(String)
See Also