C# Class EPiUtilities.Extensions.PageReferenceCollectionExtensions

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

Méthodes publiques

Méthode Description
ToPageDataCollection ( this references ) : PageDataCollection

Returns the PageDataCollection which the PageReferenceCollection represents. Any non resolvable references will be skipped without errors.

Method Details

ToPageDataCollection() public static méthode

Returns the PageDataCollection which the PageReferenceCollection represents. Any non resolvable references will be skipped without errors.
public static ToPageDataCollection ( this references ) : PageDataCollection
references this
Résultat PageDataCollection