Click or drag to resize

EditFormValidate Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static bool Validate(
	ItemType itemType,
	Item item,
	Action<bool, EditFormField, Validator> result
)

Parameters

itemType
Type: Dynamicweb.Content.Items.MetadataItemType
item
Type: Dynamicweb.Content.ItemsItem
result
Type: SystemActionBoolean, EditFormField, Validator

Return Value

Type: Boolean
See Also