Help Center>Foundation Help

Applies to:

  • Winshuttle Foundation

AttachmentControlValidationType

Type

standard | custom

Description

How the form Attachment Control validation should behave. Standard behavior searches the file name for known illegal characters, and then present an error if a file name contains those characters.

Custom retrieves a regular expression from the AttachmentControlValidationRegExp key, and if that regular expression does not match the file name, presents the error to the end user.

IMPORTANT: The TYPE must be specified in lower case, i.e. standard or custom.

This key works in conjunction with the AttachmentControlValidationRegExp key.

Scope

List