Class EmailAttachmentInfoProvider
- Namespace
- CMS.EmailEngine
- Assembly
- CMS.EmailEngine.dll
Class providing EmailAttachmentInfo management.
[ProviderInterface(typeof(IEmailAttachmentInfoProvider))]
[Obsolete("Use CMS.DataEngine.IInfoProvider<EmailAttachmentInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<EmailAttachmentInfo>.Instance property. When faking metadata in CMS.Tests.UnitTests using Fake() use the obsolete provider class until fully removed.")]
[ObsoleteSince(29, 4)]
public class EmailAttachmentInfoProvider : AbstractInfoProvider<EmailAttachmentInfo, EmailAttachmentInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<EmailAttachmentInfo>, IInfoByGuidProvider<EmailAttachmentInfo>, IInfoByNameProvider<EmailAttachmentInfo>, IBulkInfoProvider<EmailAttachmentInfo>, IEmailAttachmentInfoProvider, IInfoProvider<EmailAttachmentInfo>, IInfoByIdProvider<EmailAttachmentInfo>
- Inheritance
-
objectAbstractInfoProvider<EmailAttachmentInfo, EmailAttachmentInfoProvider, ObjectQuery<EmailAttachmentInfo>>EmailAttachmentInfoProvider
- Implements
- Inherited Members
- Extension Methods
Methods
DeleteAttachmentsWithNoBindings()
Deletes all attachments which don't have bindings to any emails.
[Obsolete("Method was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(29, 4)]
public static void DeleteAttachmentsWithNoBindings()