Geocortex Essentials WPF API Reference for Workflow
FileSizeValidationItem Class |
A validation item that checks whether the value exceeds a total allowable file size.
Inheritance Hierarchy
SystemObject
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationFileSizeValidationItem
Geocortex.Forms.Client.Items.ValidationValidationItem
Geocortex.Forms.Client.Items.ValidationFileSizeValidationItem
Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The FileSizeValidationItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileSizeValidationItem |
Initializes a new instance of the FileSizeValidationItem class.
|
Methods
Name | Description | |
---|---|---|
Copy |
Creates a deep copy of this instance.
(Overrides ValidationItemCopy.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Performs validation checks on a value.
(Overrides ValidationItemValidate(Object, CultureInfo).) |
Properties
Name | Description | |
---|---|---|
DisplayName |
Gets the display name of the validation item.
(Overrides ValidationItemDisplayName.) | |
Message |
Gets or sets the message to display when a value is invalid.
(Inherited from ValidationItem.) | |
TotalFileSize |
Gets or sets the total allowable size (in bytes) of the selected files.
|
See Also