Click or drag to resize
AttachmentInfoProviderMoveAttachmentUpInternal Method
Moves temporary attachment up.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void MoveAttachmentUpInternal(
	Guid attachmentGuid,
	int documentId
)

Parameters

attachmentGuid
Type: SystemGuid
GUID of attachment
documentId
Type: SystemInt32
Document ID (0 for temporary attachments)
See Also