SaaS CMS has officially launched! Learn more now.

Class LinkValidatorOptions

Inheritance
System.Object
LinkValidatorOptions
Namespace: EPiServer.LinkAnalyzer
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class LinkValidatorOptions : Object

Constructors

LinkValidatorOptions()

Declaration
public LinkValidatorOptions()

Properties

ExcludePatterns

Declaration
public IList<string> ExcludePatterns { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ExternalLinkErrorThreshold

Declaration
public int ExternalLinkErrorThreshold { get; set; }
Property Value
Type Description
System.Int32

ExternalLinkMinimumRequestInterval

Declaration
public TimeSpan ExternalLinkMinimumRequestInterval { get; set; }
Property Value
Type Description
System.TimeSpan

InternalLinkValidation

Declaration
public ValidationType InternalLinkValidation { get; set; }
Property Value
Type Description
ValidationType

MaximumRunTime

Declaration
public TimeSpan MaximumRunTime { get; set; }
Property Value
Type Description
System.TimeSpan

ProxyAddress

Declaration
public Uri ProxyAddress { get; set; }
Property Value
Type Description
System.Uri

ProxyDomain

Declaration
public string ProxyDomain { get; set; }
Property Value
Type Description
System.String

ProxyPassword

Declaration
public string ProxyPassword { get; set; }
Property Value
Type Description
System.String

ProxyUser

Declaration
public string ProxyUser { get; set; }
Property Value
Type Description
System.String

RecheckInterval

Declaration
public TimeSpan RecheckInterval { get; set; }
Property Value
Type Description
System.TimeSpan

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
System.String

Extension Methods