Skip to main content Link Menu Expand (external link) Document Search Copy Copied

You can validate the values the user enters in your custom settings with the Validate method.

Syntax

public bool Validate(Dictionary<string, string> values)

Parameters

values A list of the settings to validate.

The dictionary has upper case keys, regardless of what case was originally used.

Return value

True if the values are valid.