Adds given unsorted attachment to the document or updates the attachment if already present.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
Document node 
- attachmentGuid
 - Type: 
System Guid
Attachment GUID 
- file
 - Type: 
System.Web HttpPostedFile
Attachment file path 
- tree
 - Type: CMS.DocumentEngine TreeProvider
TreeProvider to use 
- width (Optional)
 - Type: 
System Int32
New width of the image attachment 
- height (Optional)
 - Type: 
System Int32
New height of the image attachment 
- maxSideSize (Optional)
 - Type: 
System Int32
Maximum side size of the image attachment 
Return Value
Type: AttachmentInfoSee Also