Click or drag to resize
AttachmentHistoryInfoProviderGetAttachmentHistory Method
Returns the AttachmentHistory structure for the specified attachment history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static AttachmentHistoryInfo GetAttachmentHistory(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
ID of attachment history

Return Value

Type: AttachmentHistoryInfo
See Also