Geocortex Essentials WPF API Reference for Workflow
FileSizeValidationItem Class |
A validation item that checks whether the value exceeds a total allowable file size.

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

The FileSizeValidationItem type exposes the following members.

Name | Description | |
---|---|---|
![]() | FileSizeValidationItem |
Initializes a new instance of the FileSizeValidationItem class.
|

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).) |

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.
|
