Click or drag to resize

FileControl Class

Class contains function for file control handling.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class FileControl : FrontendControl

The FileControl type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FrontendControl.)
Public propertyClientValidator
Validates content
(Overrides FrontendControlClientValidator.)
Public propertyControlOutput
Gets the control output.
(Overrides FrontendControlControlOutput.)
Public propertyEnableClientValidation
Gets or sets a value indicating whether [enable client validation].
(Inherited from FrontendControl.)
Public propertyInitialValue
Stores and retrieves the initial value for this control.
(Inherited from FrontendControl.)
Public propertyIsCustom
Gets or sets a value indicating whether this instance is custom.
(Inherited from FrontendControl.)
Public propertyIsUnique
Determines whether the current control field is unique.
(Inherited from FrontendControl.)
Public propertyLabel
Stores and retrieves the current control label string.
(Inherited from FrontendControl.)
Public propertyMessagesTemplate
Gets or sets the messages template.
(Inherited from FrontendControl.)
Public propertyName
Stores and retrieves the current control name.
(Inherited from FrontendControl.)
Public propertyPid
Gets or sets the pid.
(Inherited from FrontendControl.)
Public propertyRequired
Determines whether the current control field is required.
(Inherited from FrontendControl.)
Public propertyRowID
Gets or sets the row identifier.
(Inherited from FrontendControl.)
Public propertyValidationMessages
Gets or sets the validation messages.
(Inherited from FrontendControl.)
Public propertyValue
Gets the value.
(Overrides FrontendControlValue.)
Public propertyWasChanged
Gets or sets a value indicating whether [was changed].
(Inherited from FrontendControl.)
Top
Methods
  NameDescription
Protected methodChangeID (Inherited from FrontendControl.)
Public methodDoUpload
Does the upload.
Public methodErrorOutput
Errors the output.
(Overrides FrontendControlErrorOutput.)
Public methodFindCustomField
Finds the custom field.
(Inherited from FrontendControl.)
Protected methodGetNameWithPid
Gets the name with pid.
(Inherited from FrontendControl.)
Protected methodGetValidationTypeAsString
Gets the validation type as string.
(Inherited from FrontendControl.)
Protected methodMessage
Returns a validator message.
(Inherited from FrontendControl.)
Public methodSetValue
Sets the value.
Public methodTextValue
Texts the value.
(Inherited from FrontendControl.)
Public methodValidate
Validates this instance.
(Overrides FrontendControlValidate.)
Top
Fields
See Also