A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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