Click or drag to resize

MultipartAttachment Constructor

Creates a new multipart attachment

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public MultipartAttachment(
	byte[] data,
	string mimeType,
	string name,
	bool useFormEncoding = false
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Http.MultipartAttachment.#ctor(System.Byte[],System.String,System.String,System.Boolean)"]

mimeType
Type: SystemString

[Missing <param name="mimeType"/> documentation for "M:SanteDB.Core.Http.MultipartAttachment.#ctor(System.Byte[],System.String,System.String,System.Boolean)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.Core.Http.MultipartAttachment.#ctor(System.Byte[],System.String,System.String,System.Boolean)"]

useFormEncoding (Optional)
Type: SystemBoolean

[Missing <param name="useFormEncoding"/> documentation for "M:SanteDB.Core.Http.MultipartAttachment.#ctor(System.Byte[],System.String,System.String,System.Boolean)"]

See Also