Click or drag to resize
BizFormUploadFile Class
Class represents a file uploaded via BizForm submission.
Inheritance Hierarchy
SystemObject
  CMS.OnlineFormsBizFormUploadFile

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public class BizFormUploadFile

The BizFormUploadFile type exposes the following members.

Constructors
  NameDescription
Public methodBizFormUploadFile
Top
Fields
  NameDescription
Public fieldStatic memberDATATYPE_FORMFILE
Data type identifier. Used to identify related DataType in the DataTypeManager.
Top
Properties
  NameDescription
Public propertyOriginalFileName
Gets or sets the original file name of the uploaded file.
Public propertySystemFileName
Gets or sets the system file name of the uploaded file.
Top
See Also