Click or drag to resize
AttachmentInfoClone Method (Boolean)
Returns clone object of current attachment info.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override AttachmentInfo Clone(
	bool clear
)

Parameters

clear
Type: SystemBoolean
If true, the attachment is cleared to allow create new object

Return Value

Type: AttachmentInfo
See Also