AttachmentInfoProviderGetAttachments Method |
Note: This API is now obsolete.
Gets the query for all attachments
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax [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:
ObjectQueryAttachmentInfoRemarks 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