C# Class Composite.Data.PageNode

Represents a page in the Orckestra CMS sitemap hierarchy.
显示文件 Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Property Type Description
PageNode System

Public Methods

Method 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

Method Description
PageNode ( IPage page, Composite.Core.Implementation.SitemapNavigatorImplementation sitemapNavigator ) : System

Method Details

GetPageIds() public method

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

GetPageNodes() public method

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

ToString() public method

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