Click or drag to resize
AttachmentHistoryInfoProviderMoveAttachmentUpInternal Method
Moves attachment history up.

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

Parameters

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