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

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public IEnumerable<ValidationResult> Validate(
	PublishData data
)

Parameters

data
Type: Dynamicweb.Content.SocialPublishData
The message.

Return Value

Type: IEnumerableValidationResult
Validation result.
See Also