Click or drag to resize

DeleteItemTypeDialogModelErrors Property

Gets or sets the errors.

Namespace:  Dynamicweb.Management.Settings.Dialogs.Models
Assembly:  Dynamicweb.Management.Settings (in Dynamicweb.Management.Settings.dll) Version: 2.3.35
Syntax
public Dictionary<string, List<string>> Errors { get; set; }

Property Value

Type: DictionaryString, ListString
The errors.
See Also