Class LinkValidationRunner
Inheritance
System.Object
LinkValidationRunner
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.LinkAnalyzer.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7Syntax
public class LinkValidationRunner : IContentLinkValidator
Constructors
LinkValidationRunner(LinkValidatorOptions, ReportStatus)
Declaration
public LinkValidationRunner(LinkValidatorOptions options, ReportStatus reportStatusDelegate)
Parameters
| Type | Name | Description |
|---|---|---|
| LinkValidatorOptions | options | |
| ReportStatus | reportStatusDelegate |
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
| Type | Name | Description |
|---|---|---|
| LinkValidatorOptions | options | |
| ReportStatus | reportStatusDelegate | |
| ILinkValidator | linkValidator | |
| ILinkRepository | linkRepository | |
| IContentLoader | contentLoader | |
| IPublishedStateAssessor | publishedStateAssessor | |
| ApplicationPathResolver | applicationPathResolver |
Properties
Sleep
Declaration
public Action<TimeSpan> Sleep { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Action<System.TimeSpan> |
Methods
Stop()
Declaration
public void Stop()
ValidateLinks()
Declaration
public string ValidateLinks()
Returns
| Type | Description |
|---|---|
| System.String |
ValidateLinksOnPage(ContentReference)
Declaration
public void ValidateLinksOnPage(ContentReference contentLink)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentReference | contentLink |
Explicit Interface Implementations
IContentLinkValidator.ValidateSoftLinks(ContentReference)
Declaration
void IContentLinkValidator.ValidateSoftLinks(ContentReference contentLink)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentReference | contentLink |