Class URLSegmentDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[ServiceConfiguration]
public class URLSegmentDB : DataAccessBaseConstructors
URLSegmentDB(IDatabaseExecutor)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the URLSegmentDB class.
Declaration
public URLSegmentDB(IDatabaseExecutor databaseHandler)Parameters
| Type | Name | Description | 
|---|---|---|
| IDatabaseExecutor | databaseHandler | The database handler. | 
Methods
FindURLSegmentName(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.String | URLSegment | 
Returns
| Type | Description | 
|---|---|
| ContentReference[] | 
SetURLSegment(ContentReference, String, String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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 | 
|---|---|---|
| ContentReference | pageId | |
| System.String | URLSegment | |
| System.String | langBranch | 
