Table of Contents

Class FileUploaderProperties

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents properties of a FileUploaderComponent.

public class FileUploaderProperties : FormComponentProperties<BizFormUploadFile>
Inheritance
object
FileUploaderProperties
Inherited Members
Extension Methods

Constructors

FileUploaderProperties()

Initializes a new instance of the FileUploaderProperties class.

public FileUploaderProperties()

Remarks

The constructor initializes the base class to data type Text and size 500.

Properties

DefaultValue

Gets or sets the default value of the form component and underlying field.

public override BizFormUploadFile DefaultValue { get; set; }

Property Value

BizFormUploadFile