AttachmentSource Conversion (HttpPostedFile to AttachmentSource) |
Note: This API is now obsolete.
Implicit operator to convert posted file to Attachment source
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static implicit operator AttachmentSource (
HttpPostedFile postedFile
)
Parameters
- postedFile
- Type: System.WebHttpPostedFile
POsted file
Return Value
Type:
AttachmentSourceSee Also