| 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
)
Public Shared Function Validate (
itemType As ItemType,
item As Item,
result As Action(Of Boolean, EditFormField, Validator)
) As Boolean
Parameters
- itemType
- Type: Dynamicweb.Content.Items.MetadataItemType
- item
- Type: Dynamicweb.Content.ItemsItem
- result
- Type: SystemActionBoolean, EditFormField, Validator
Return Value
Type:
BooleanSee Also