PFWidgetValidationResultAddSettingError Method |
Adds a validation error for the given widget setting.
Namespace:
Packflow.Core.Widgets
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public void AddSettingError(
string settingName,
string errorMessage
)
Parameters
- settingName
- Type: SystemString
- errorMessage
- Type: SystemString
See Also