Class LinkValidationRunner
Inheritance
System.Object
LinkValidationRunner
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class LinkValidationRunner : Object, IContentLinkValidator
Constructors
LinkValidationRunner(LinkValidatorOptions, ReportStatus)
Declaration
public LinkValidationRunner(LinkValidatorOptions options, ReportStatus reportStatusDelegate)
Parameters
LinkValidationRunner(LinkValidatorOptions, ReportStatus, ILinkValidator, ILinkRepository, IContentLoader, IPublishedStateAssessor, ApplicationPathResolver)
Declaration
public LinkValidationRunner(LinkValidatorOptions options, ReportStatus reportStatusDelegate, ILinkValidator linkValidator, ILinkRepository linkRepository, IContentLoader contentLoader, IPublishedStateAssessor publishedStateAssessor, ApplicationPathResolver applicationPathResolver)
Parameters
Properties
Sleep
Declaration
public Action<TimeSpan> Sleep { get; set; }
Property Value
Type |
Description |
System.Action<System.TimeSpan> |
|
Methods
Stop()
Declaration
ValidateLinks()
Declaration
public string ValidateLinks()
Returns
Type |
Description |
System.String |
|
ValidateLinksOnPage(ContentReference)
Declaration
public void ValidateLinksOnPage(ContentReference contentLink)
Parameters
Explicit Interface Implementations
IContentLinkValidator.ValidateSoftLinks(ContentReference)
Declaration
void IContentLinkValidator.ValidateSoftLinks(ContentReference contentLink)
Parameters
Implements
Extension Methods