AttachmentInfo Class

Definition

Metadata for an attachment.

public class AttachmentInfo
type AttachmentInfo = class
Public Class AttachmentInfo
Inheritance
AttachmentInfo

Constructors

Name Description
AttachmentInfo()

Initializes a new instance of the AttachmentInfo class.

AttachmentInfo(String, String, IList<AttachmentView>)

Initializes a new instance of the AttachmentInfo class.

Properties

Name Description
Name

Gets or sets name of the attachment.

Type

Gets or sets contentType of the attachment.

Views

Gets or sets attachment views.

Applies to