Click or drag to resize
VersionHistoryInfoRoutingExtensions.GetPageUrlPathSlugs Method
Retrieves the page URL path slugs from a page recycle bin version.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static IEnumerable<CulturePageUrlSlug> GetPageUrlPathSlugs(
	this VersionHistoryInfo version
)

Parameters

version
Type: CMS.DocumentEngine.VersionHistoryInfo
Page version for a recycle bin.

Return Value

Type: IEnumerable<CulturePageUrlSlug>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VersionHistoryInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also