Click or drag to resize
CMSNotificationSubscriptionValidate Method
For each notification gateway provider validates its notification form data. If validation fails returns concatenated error messages from each form otherwise returns empty string.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public virtual string Validate()

Return Value

Type: String
See Also