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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetAttachmentHistory(
	AttachmentHistoryInfo attachmentHistory
)

Parameters

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