London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FindUriSegmentConflictsJob

Inheritance
System.Object
FindUriSegmentConflictsJob
Namespace: EPiServer.Commerce.ScheduledJobs
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class FindUriSegmentConflictsJob : ScheduledJobBase

Constructors

FindUriSegmentConflictsJob(UriSegmentConflictAnalyzer, EntryIdentityResolver, NodeIdentityResolver, LocalizationService, ICatalogSystem, UriSegmentConflictsJobOptions, SiteDefinition)

Declaration
public FindUriSegmentConflictsJob(UriSegmentConflictAnalyzer conflictAnalyzer, EntryIdentityResolver entryIdentityResolver, NodeIdentityResolver nodeIdentityResolver, LocalizationService localizationService, ICatalogSystem catalogContext, UriSegmentConflictsJobOptions options, SiteDefinition currentSite)
Parameters
Type Name Description
UriSegmentConflictAnalyzer conflictAnalyzer
EntryIdentityResolver entryIdentityResolver
NodeIdentityResolver nodeIdentityResolver
EPiServer.Framework.Localization.LocalizationService localizationService
ICatalogSystem catalogContext
UriSegmentConflictsJobOptions options
EPiServer.Web.SiteDefinition currentSite

Methods

Execute()

Declaration
public override string Execute()
Returns
Type Description
System.String