DocumentHelperMoveAttachmentDown Method |
Moves attachment down within node attachments. Supports unordered, grouped and temporary attachments.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public 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