Click or drag to resize
AdapterValidateField Method
Validate field

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
protected static ValidationResult ValidateField(
	PublishData data,
	Field field
)

Parameters

data
Type: Dynamicweb.Content.SocialPublishData
The publish data.
field
Type: Dynamicweb.Content.SocialField
The validation field.

Return Value

Type: ValidationResult
Nothing is succesfully, otherwise filled the ValidationResult
Remarks