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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public MetaFileInfo(
	HttpPostedFile postedFile,
	int objectId,
	string objectType,
	string category
)

Parameters

postedFile
Type: System.WebHttpPostedFile
Posted file
objectId
Type: SystemInt32
Object ID
objectType
Type: SystemString
Object type
category
Type: SystemString
Category
See Also