AttachmentInfoProviderMoveAttachmentDown Method |
Moves temporary attachment down.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static void MoveAttachmentDown(
Guid attachmentGuid,
int documentId
)
Parameters
- attachmentGuid
- Type: SystemGuid
GUID of attachment - documentId
- Type: SystemInt32
Document ID (0 for temporary attachments)
See Also