| DocumentHelperMoveAttachmentDown Method  | 
            Moves attachment down within node attachments. Supports unordered, grouped and temporary attachments.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static void MoveAttachmentDown(
	Guid attachmentGuid,
	TreeNode node
)
Parameters
- attachmentGuid
 - Type: SystemGuid
GUID of attachment or attachment history - node
 - Type: CMS.DocumentEngineTreeNode
TreeNode under which attachments will be sorted 
Exceptions
See Also