AttachmentSource Class |
Namespace: CMS.DocumentEngine
public class AttachmentSource
Name | Description | |
---|---|---|
AttachmentSource(String) |
Initializes a new instance of the AttachmentSource class.
| |
AttachmentSource(DocumentAttachment) |
Initializes a new instance of the AttachmentSource class.
| |
AttachmentSource(IUploadedFile) |
Initializes a new instance of the AttachmentSource class.
|
Name | Description | |
---|---|---|
(String to AttachmentSource) |
Implicit operator to convert file path to Attachment source
| |
(HttpPostedFile to AttachmentSource) | Obsolete.
Implicit operator to convert posted file to Attachment source
| |
(DocumentAttachment to AttachmentSource) |
Implicit operator to convert DocumentAttachment to Attachment source
|