Class PagePathExtensions
Helper class for page path extensions.
Inheritance
System.Object
    PagePathExtensions
  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.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public static class PagePathExtensionsMethods
StartsWith(PagePath, PagePath)
Declaration
public static bool StartsWith(this PagePath current, PagePath parentPath)Parameters
| Type | Name | Description | 
|---|---|---|
| PagePath | current | The current instance. | 
| PagePath | parentPath | The parent path to compare with. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
