C# Class EPiUtilities.Extensions.LinkItemCollectionExtensions

Extension methods for LinkItemCollection.
Exibir arquivo Open project: JohannesOstensjo/EPiUtilities

Public Methods

Method Description
ToPageDataCollection ( this linkItemCollection ) : PageDataCollection

Returns a PageDataCollection with the links that resolve to EPiServer pages. Other links are dropped without error.

Method Details

ToPageDataCollection() public static method

Returns a PageDataCollection with the links that resolve to EPiServer pages. Other links are dropped without error.
public static ToPageDataCollection ( this linkItemCollection ) : PageDataCollection
linkItemCollection this
return PageDataCollection