Click or drag to resize
AttachmentInfoProvider.MoveAttachmentDownInternal Method
Moves temporary attachment down.

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

Parameters

attachmentGuid
Type: System.Guid
GUID of attachment
documentId
Type: System.Int32
Document ID (0 for temporary attachments)
See Also