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: 10.10.4Syntax
public static class PagePathExtensions
Methods
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 |
|