MetaFileInfo Constructor (HttpPostedFile, Int32, String, String) |
Creates a new AttachmentInfo object based on the file posted through the upload control.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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