Click or drag to resize
AttachmentHistoryInfoProviderGetAttachmentHistoryInternal 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#
protected virtual AttachmentHistoryInfo GetAttachmentHistoryInternal(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
ID of attachment history

Return Value

Type: AttachmentHistoryInfo
See Also