| AttachmentInfoClone Method (Boolean) | 
            Returns clone object of current attachment info.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic 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