Click or drag to resize
DocumentAttachmentCollection.Clone Method
Creates the clone of the collection.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public override IInfoObjectCollection<DocumentAttachment> Clone()

Return Value

Type: IInfoObjectCollection<DocumentAttachment>
See Also