Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ILinkStatusUpdater

Namespace: EPiServer.LinkAnalyzer.Providers.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
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