Interface ILinkRepository
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
public interface ILinkRepository
Methods
GetBrokenLinks(ContentReference, Int32, Int32)
Declaration
Slice<SoftLink> GetBrokenLinks(ContentReference rootContent, int skipCount, int takeCount)
Parameters
Type |
Name |
Description |
ContentReference |
rootContent |
|
System.Int32 |
skipCount |
|
System.Int32 |
takeCount |
|
Returns
GetLinksOnPage(ContentReference)
Declaration
IEnumerable<SoftLink> GetLinksOnPage(ContentReference contentLink)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<SoftLink> |
|
GetUncheckedLinks(DateTime, TimeSpan, Int32)
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> |
|
Update(SoftLink)
Declaration
void Update(SoftLink link)
Parameters
Extension Methods