Click or drag to resize
AlternativeUrlValidatorTask Class
Provides a scheduled task that validates alternative URLs against site settings (Excluded alternative URLs), checks conflicts between page URLs and alternative URLs and logs detected issues to event log.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineAlternativeUrlValidatorTask

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public class AlternativeUrlValidatorTask : ITask

The AlternativeUrlValidatorTask type exposes the following members.

Constructors
  NameDescription
Public methodAlternativeUrlValidatorTask
Top
Methods
  NameDescription
Public methodExecute
Executes the task given in a task info.
Top
See Also