Click or drag to resize
AdapterOnValidate Method
Validates the specified message.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
protected virtual IEnumerable<ValidationResult> OnValidate(
	PublishData data,
	IEnumerable<Field> fields
)

Parameters

data
Type: Dynamicweb.Content.SocialPublishData
The message.
fields
Type: System.Collections.GenericIEnumerableField

Return Value

Type: IEnumerableValidationResult
Validation result.
See Also