Class URLSegmentDB
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class URLSegmentDB : DataAccessBase
Constructors
URLSegmentDB(IDatabaseExecutor)
Initializes a new instance of the URLSegment
Declaration
public URLSegmentDB(IDatabaseExecutor databaseHandler)
Parameters
Type | Name | Description |
---|---|---|
IDatabase |
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 ContentReference[] FindURLSegmentName(string URLSegment)
Parameters
Type | Name | Description |
---|---|---|
System. |
URLSegment |
Returns
Type | Description |
---|---|
Content |
SetURLSegment(ContentReference, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void SetURLSegment(ContentReference pageId, string URLSegment, string langBranch)
Parameters
Type | Name | Description |
---|---|---|
Content |
pageId | |
System. |
URLSegment | |
System. |
langBranch |