Click or drag to resize
AttachmentSource  Conversion (HttpPostedFile to AttachmentSource)
Implicit operator to convert posted file to Attachment source

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static implicit operator AttachmentSource (
	HttpPostedFile postedFile
)

Parameters

postedFile
Type: System.WebHttpPostedFile
POsted file

Return Value

Type: AttachmentSource
See Also