Table of Contents

Class BizFormUploadFile

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Class represents a file uploaded via BizForm submission.

public class BizFormUploadFile
Inheritance
object
BizFormUploadFile
Extension Methods

Fields

DATATYPE_FORMFILE

Data type identifier. Used to identify related DataType in the DataTypeManager.

public const string DATATYPE_FORMFILE = "bizformfile"

Field Value

string

Properties

OriginalFileName

Gets or sets the original file name of the uploaded file.

public string OriginalFileName { get; set; }

Property Value

string

SystemFileName

Gets or sets the system file name of the uploaded file.

public string SystemFileName { get; set; }

Property Value

string

Operators

implicit operator BizFormUploadFile(string)

Implicit conversion from string.

public static implicit operator BizFormUploadFile(string bizFormUploadFile)

Parameters

bizFormUploadFile string

Returns

BizFormUploadFile