AttachmentSource Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (String to AttachmentSource) |
Implicit operator to convert file path to Attachment source
|
![]() ![]() | (HttpPostedFile to AttachmentSource) |
Implicit operator to convert posted file to Attachment source
|
![]() ![]() | (DocumentAttachment to AttachmentSource) |
Implicit operator to convert DocumentAttachment to Attachment source
|