C# Class EPiUtilities.Extensions.LinkItemCollectionExtensions

Extension methods for LinkItemCollection.
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Méthodes publiques

Méthode 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 méthode

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
Résultat PageDataCollection