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