FileSizeValidationItem Class
A validation item that checks whether the value exceeds a total allowable file size.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class FileSizeValidationItem : ValidationItem

The FileSizeValidationItem type exposes the following members.

Constructors
  NameDescription
Public methodFileSizeValidationItem
Initializes a new instance of the FileSizeValidationItem class.
Top
Methods
  NameDescription
Public methodCopy
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.)
Public propertyMessage
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.)
Public propertyTotalFileSize
Gets or sets the total allowable size (in bytes) of the selected files.
Top
See Also