AttachmentInfoClone Method (Boolean) |
Returns clone object of current attachment info.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public override AttachmentInfo Clone(
bool clear
)
Parameters
- clear
- Type: SystemBoolean
If true, the attachment is cleared to allow create new object
Return Value
Type:
AttachmentInfoSee Also