Click or drag to resize
VersionHistoryInfoRoutingExtensionsGetPageUrlPathSlugs 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.DocumentEngineVersionHistoryInfo
Page version for a recycle bin.

Return Value

Type: IEnumerableCulturePageUrlSlug

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