Interface ILinkRepository

Namespace: EPiServer.LinkAnalyzer.Providers.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
public interface ILinkRepository

Methods

Declaration
Slice<SoftLink> GetBrokenLinks(ContentReference rootContent, int skipCount, int takeCount)
Parameters
Type Name Description
ContentReference rootContent
System.Int32 skipCount
System.Int32 takeCount
Returns
Type Description
Slice<SoftLink>

GetLinksOnPage(ContentReference)

Declaration
IEnumerable<SoftLink> GetLinksOnPage(ContentReference contentLink)
Parameters
Type Name Description
ContentReference contentLink
Returns
Type Description
System.Collections.Generic.IEnumerable<SoftLink>
Declaration
IEnumerable<SoftLink> GetUncheckedLinks(DateTime lastCheckedDate, TimeSpan ignoreWorkingLinksInterval, int maxNumberOfLinks)
Parameters
Type Name Description
System.DateTime lastCheckedDate
System.TimeSpan ignoreWorkingLinksInterval
System.Int32 maxNumberOfLinks
Returns
Type Description
System.Collections.Generic.IEnumerable<SoftLink>
Declaration
void Update(SoftLink link)
Parameters
Type Name Description
SoftLink link

Extension Methods