C# Class Composite.Data.PageNode

Represents a page in the Orckestra CMS sitemap hierarchy.
Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Свойство Type Description
PageNode System

Méthodes publiques

Méthode Description
GetPageIds ( SitemapScope scope ) : IEnumerable

Return the Page Id's that is with the SitemapScope of this page-

GetPageNodes ( SitemapScope scope ) : IEnumerable

Returns PageNode elements that is with the SitemapScope of this page-

ToString ( ) : string

Serialize the page specific state to a string for reading.

Private Methods

Méthode Description
PageNode ( IPage page, Composite.Core.Implementation.SitemapNavigatorImplementation sitemapNavigator ) : System

Method Details

GetPageIds() public méthode

Return the Page Id's that is with the SitemapScope of this page-
public GetPageIds ( SitemapScope scope ) : IEnumerable
scope SitemapScope The scope.
Résultat IEnumerable

GetPageNodes() public méthode

Returns PageNode elements that is with the SitemapScope of this page-
public GetPageNodes ( SitemapScope scope ) : IEnumerable
scope SitemapScope The scope.
Résultat IEnumerable

ToString() public méthode

Serialize the page specific state to a string for reading.
public ToString ( ) : string
Résultat string