C# Class EPiUtilities.Extensions.PageReferenceCollectionExtensions

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

Public Methods

Method 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 method

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