Click or drag to resize
AttachmentHistoryInfoProviderGetAttachmentHistories Method

Note: This API is now obsolete.

Gets all attachment histories.

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

Return Value

Type: ObjectQueryAttachmentHistoryInfo
Remarks
The IncludeBinaryData property and the BinaryData method don't load binary data for attachments stored on the filesystem. To load binary data for attachments stored on the filesystem, use the AttachmentBinary property of every record.
See Also