Method AddAttachment
AddAttachment(string, string, ReadOnlySpan<byte>)
Adds a new attachment to this AttachmentsFormElement.
Declaration
public FormAttachment AddAttachment(string name, string contentType, ReadOnlySpan<byte> data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The attachment name. |
| string | contentType | The type of content. |
| ReadOnlySpan<byte> | data | The attachment data. |
Returns
| Type | Description |
|---|---|
| FormAttachment | The new FormAttachment. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
AddAttachment(string, string, byte[])
Adds a new attachment to this AttachmentsFormElement.
Declaration
public FormAttachment AddAttachment(string name, string contentType, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The attachment name. |
| string | contentType | The type of content. |
| byte[] | data | The attachment data. |
Returns
| Type | Description |
|---|---|
| FormAttachment | The new FormAttachment. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |