Click or drag to resize

FrontendControlValidator Delegate

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public delegate bool Validator(
	FrontendControl ctrl,
	ref Object arg
)

Parameters

ctrl
Type: Dynamicweb.News.Common.FrontendFrontendControl
arg
Type: SystemObject

Return Value

Type: Boolean
See Also