| DocumentHelperAddGroupedAttachment Method (TreeNode, Guid, Guid, HttpPostedFile, Int32, Int32, Int32) | 
            Adds given group attachment to the document or updates the attachment if already present.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static DocumentAttachment AddGroupedAttachment(
	TreeNode node,
	Guid attachmentGuid,
	Guid groupGuid,
	HttpPostedFile file,
	int width = -1,
	int height = -1,
	int maxSideSize = -1
)
Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
Document node - attachmentGuid
 - Type: SystemGuid
Attachment GUID - groupGuid
 - Type: SystemGuid
GUID of the attachment group - file
 - Type: System.WebHttpPostedFile
Attachment file path - width (Optional)
 - Type: SystemInt32
New width of the image attachment - height (Optional)
 - Type: SystemInt32
New height of the image attachment - maxSideSize (Optional)
 - Type: SystemInt32
Maximum side size of the image attachment 
Return Value
Type: 
DocumentAttachment
See Also