Click or drag to resize
AttachmentInfoProviderMoveAttachmentDown Method
Moves temporary attachment down.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
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