Click or drag to resize
AttachmentInfo Constructor (IUploadedFile)
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: 13.0.131
Syntax
C#
public AttachmentInfo(
	IUploadedFile postedFile
)

Parameters

postedFile
Type: CMS.BaseIUploadedFile
Posted file
See Also