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

Class UriSegmentConflictAnalyzer

Queries the database to get any existing conflicts in uri segments.

Inheritance
System.Object
UriSegmentConflictAnalyzer
Namespace: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class UriSegmentConflictAnalyzer : Object

Constructors

UriSegmentConflictAnalyzer(IConnectionStringHandler)

Creates a new instance of the UriSegmentConflictAnalyzer class.

Declaration
public UriSegmentConflictAnalyzer(IConnectionStringHandler connectionHandler)
Parameters
Type Name Description
IConnectionStringHandler connectionHandler

The connection string handler.

Methods

GetConflicts()

Gets any existing conflics as UriSegmentConflict items.

Declaration
public IEnumerable<UriSegmentConflict> GetConflicts()
Returns
Type Description
System.Collections.Generic.IEnumerable<UriSegmentConflict>

The conflicts.