Class PageStructureValidator
- Namespace
- Dynamicweb.Content.Data
- Assembly
- Dynamicweb.dll
The PageStructureValidator is a notification subscriber which checks that there is no bad data in the page tree.
[Subscribe("DWN_STANDARD_APPLICATION_BEFOREDYNAMICWEBSTART")]
public class PageStructureValidator : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
PageStructureValidator
- Implements
- Inherited Members
Methods
CheckBadParagraphs()
public void CheckBadParagraphs()
- See Also
OnNotify(string, NotificationArgs)
Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
string- The notification.
args
NotificationArgs- The args.
- See Also