Click or drag to resize
PageUrlPath Class
Encapsulated page URL path to expose parts of the path.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.Routing.InternalPageUrlPath

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class PageUrlPath

The PageUrlPath type exposes the following members.

Constructors
  NameDescription
Public methodPageUrlPath
Creates instance of PageUrlPath based on given path.
Top
Fields
  NameDescription
Public fieldStatic memberSLUG_LENGTH
Maximal length of the page URL slug.
Top
Properties
  NameDescription
Public propertyFullPath
Full page URL path.
Public propertyParentPath
Parent page URL path.
Public propertySlug
Slug of the page URL path
Top
See Also