Click or drag to resize
AttachmentSource Constructor (IUploadedFile)
Initializes a new instance of the AttachmentSource class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public AttachmentSource(
	IUploadedFile postedFile
)

Parameters

postedFile
Type: CMS.BaseIUploadedFile
The posted file.
See Also