Click or drag to resize
AttachmentInfo Constructor (HttpPostedFile)
Creates a new AttachmentInfo object based on the file posted through the upload control.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public AttachmentInfo(
	HttpPostedFile postedFile
)

Parameters

postedFile
Type: System.WebHttpPostedFile
Posted file
See Also