Interface ILinkStatusUpdater

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

Methods

ResetCheckedStatus(IEnumerable<ContentReference>)

Declaration
void ResetCheckedStatus(IEnumerable<ContentReference> referencedContentLinks)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ContentReference> referencedContentLinks

ResetCheckedStatus(IEnumerable<Guid>)

Declaration
void ResetCheckedStatus(IEnumerable<Guid> referencedContentGuids)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Guid> referencedContentGuids
Declaration
void UpdateStatus(SoftLink link)
Parameters
Type Name Description
SoftLink link

Extension Methods