C# Класс Composite.Data.PageNode

Represents a page in the Orckestra CMS sitemap hierarchy.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
PageNode System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
PageNode ( IPage page, Composite.Core.Implementation.SitemapNavigatorImplementation sitemapNavigator ) : System

Описание методов

GetPageIds() публичный Метод

Return the Page Id's that is with the SitemapScope of this page-
public GetPageIds ( SitemapScope scope ) : IEnumerable
scope SitemapScope The scope.
Результат IEnumerable

GetPageNodes() публичный Метод

Returns PageNode elements that is with the SitemapScope of this page-
public GetPageNodes ( SitemapScope scope ) : IEnumerable
scope SitemapScope The scope.
Результат IEnumerable

ToString() публичный Метод

Serialize the page specific state to a string for reading.
public ToString ( ) : string
Результат string