C# 클래스 Composite.Data.PageNode

Represents a page in the Orckestra CMS sitemap hierarchy.
파일 보기 프로젝트 열기: Orckestra/C1-CMS 1 사용 예제들

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