Click or drag to resize
AttachmentHistoryInfoProviderGetAttachmentHistory Method

Note: This API is now obsolete.

Returns the AttachmentHistory structure for the specified attachment history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAttachmentHistoryInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AttachmentHistoryInfo.Provider.")]
public static AttachmentHistoryInfo GetAttachmentHistory(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
ID of attachment history

Return Value

Type: AttachmentHistoryInfo
See Also