Click or drag to resize
AttachmentHistoryInfoClone Method (Boolean)
Returns clone object of current AttachmentHistoryInfo

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

Parameters

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

Return Value

Type: AttachmentHistoryInfo
See Also