Click or drag to resize
AttachmentHistoryInfoProviderSetAttachmentHistoryInternal Method
Sets (updates or inserts) specified attachment history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetAttachmentHistoryInternal(
	AttachmentHistoryInfo attachmentHistory
)

Parameters

attachmentHistory
Type: CMS.DocumentEngineAttachmentHistoryInfo
Attachment history to set
See Also