Click or drag to resize
AttachmentInfoProviderGetAttachments Method

Note: This API is now obsolete.

Gets the query for all attachments

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

Return Value

Type: ObjectQueryAttachmentInfo
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