Click or drag to resize
AttachmentHistoryInfoProviderMoveAttachmentDownInternal Method
Moves attachment history down.

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

Parameters

attachmentGuid
Type: SystemGuid
GUID of attachment history
versionHistoryId
Type: SystemInt32
ID of version history
See Also