Try our conversational search powered by Generative AI!

Class URLSegmentDB

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
URLSegmentDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration]
public class URLSegmentDB : DataAccessBase

Constructors

URLSegmentDB(IDatabaseHandler)

Initializes a new instance of the URLSegmentDB class.

Declaration
public URLSegmentDB(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

The database handler.

Methods

FindURLSegmentName(String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual PageReference[] FindURLSegmentName(string URLSegment)
Parameters
Type Name Description
System.String URLSegment
Returns
Type Description
PageReference[]

SetURLSegment(PageReference, String, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual void SetURLSegment(PageReference pageId, string URLSegment, string langBranch)
Parameters
Type Name Description
PageReference pageId
System.String URLSegment
System.String langBranch

Extension Methods