Interface IAttachmentContainerFactory
A factory used to convert attachment information into a container that retrieves/stores their contents.
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public interface IAttachmentContainerFactory
Methods
View SourceCreate(AttachmentInfo[])
Creates a container to retrieve/store the given attachments.
Declaration
IAttachmentContainer Create(params AttachmentInfo[] attachments)
Parameters
| Type | Name | Description |
|---|---|---|
| AttachmentInfo[] | attachments | The attachment information. |
Returns
| Type | Description |
|---|---|
| IAttachmentContainer | An attachment container. |