FileUploaderComponent Class |
Namespace: Kentico.Forms.Web.Mvc
public class FileUploaderComponent : FormComponent<FileUploaderProperties, BizFormUploadFile>
The FileUploaderComponent type exposes the following members.
Name | Description | |
---|---|---|
FileUploaderComponent |
Initializes a new instance of the FileUploaderComponent class.
|
Name | Description | |
---|---|---|
IDENTIFIER |
Represents the FileUploaderComponent identifier.
|
Name | Description | |
---|---|---|
BaseProperties |
Gets the form component's properties as its base type.
(Inherited from FormComponentTProperties, TValue.) | |
CustomAutopostHandling |
If true, prevents built-in visibility condition handling for this component.
(Inherited from FormComponent.) | |
Definition |
Gets or sets the definition under which the form component is registered in the system.
(Inherited from FormComponent.) | |
DeleteOrReplaceFile |
Gets or sets a value indicating whether to delete or replace the current form file.
| |
FileInputClientId |
Represents the identifier of the file uploader.
| |
FormSite |
Gets the site of the form this component is being used for. The site is determined
from the bound context.
| |
HasDependingFields |
Gets or sets a value indicating whether there are another form components
whose visibility condition depends on this component's value.
(Inherited from FormComponent.) | |
LabelForPropertyName |
Gets the name of the FileInputClientId property.
(Overrides FormComponentLabelForPropertyName.) | |
MaxAllowedFileSize |
Gets the maximal size of the file that can be uploaded in kilobytes.
| |
Name |
Gets or sets the name of the corresponding form field.
The name is used as a prefix when naming the HTML input.
(Inherited from FormComponent.) | |
OriginalFileName |
Gets or sets the original file name of the form file.
| |
PlainOriginalFileName |
Gets or sets the original file name of the form file.
| |
PlainSystemFileName |
Represents the identifier of the permanent file that is already stored in the database and file system.
| |
PlainTempFileIdentifier |
Represents the identifier of the newly uploaded file in the unprotected format.
| |
Properties |
Gets the form component's properties.
(Inherited from FormComponentTProperties, TValue.) | |
PropertiesType |
Gets the properties type of the form component.
(Inherited from FormComponent.) | |
ShowPartialValidationMessages |
Also shows validation errors of partial values of the component.
If false, each individual component should contain validation message in its partial view.
(Inherited from FormComponent.) | |
ShowViewFileLink |
Gets a value indicating whether to display a view file link after a file has previously been uploaded.
| |
SystemFileName |
Gets or sets the permanent file name of the form file.
| |
TempFileIdentifier |
Gets or sets the identifier of the newly uploaded file.
| |
TempFileOriginalName |
Gets or sets the original name of the newly uploaded file.
|
Name | Description | |
---|---|---|
BindContext |
Binds contextual information to the form component.
(Overrides FormComponentBindContext(FormComponentContext).) | |
GetDisplayName |
Returns non-localized string representing component name.
Component Name is returned in case of empty Label.
(Inherited from FormComponent.) | |
GetFileUploadParameters |
Returns parameters to PostFile(Int32, String, String) endpoint for file upload from this form component.
| |
GetModelPropertyCustomAttributesT |
Gets a collection of custom attributes applied to the model's property
this form component represents.
(Inherited from FormComponent.) | |
GetObjectValue |
Gets the value of the form component. The GetValue method can be used
directly to obtain the typed value.
(Inherited from FormComponentTProperties, TValue.) | |
GetValue |
Gets the identification string of the form file.
Gets the TempFileIdentifier.
(Overrides FormComponentTProperties, TValueGetValue.) | |
LoadProperties |
Loads properties of the form component. The actual properties type must match the PropertiesType.
(Inherited from FormComponentTProperties, TValue.) | |
ModifyMetadata |
Modifies modelMetadata according to the current object.
(Inherited from FormComponent.) | |
SetObjectValue |
Sets the value of the form component.
The value must be of proper type or an exception is thrown.
The SetValue(TValue) method can be used directly to set the typed default value.
(Inherited from FormComponentTProperties, TValue.) | |
SetValue |
Sets the identification string of the form file.
(Overrides FormComponentTProperties, TValueSetValue(TValue).) | |
Validate |
Validates whether the submitted temp file still exists.
(Overrides FormComponentValidate(ValidationContext).) |
Name | Description | |
---|---|---|
GetBizFormComponentContext |
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
(Defined by FormComponentExtensions.) |