C# 클래스 Tridion.Extensions.DynamicDelivery.Factories.WebService.WebServicePageFactory

상속: Tridion.Extensions.DynamicDelivery.Factories.TridionFactoryBase, IPageFactory
파일 보기 프로젝트 열기: rainmaker2k/TridionMVCDotNet

공개 메소드들

메소드 설명
FindPage ( string Url ) : IPage
FindPageContent ( string Url ) : string
GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[]
GetLastPublishedDate ( string url ) : DateTime
GetLastPublishedDateByUri ( string url ) : DateTime
GetLastPublishedDateByUrl ( string url ) : DateTime
GetPage ( string TcmUri ) : IPage
GetPageContent ( string TcmUri ) : string
HasPageChanged ( string Url ) : bool
TryFindPage ( string Url, IPage &page ) : bool
TryFindPageContent ( string Url, string &pageContent ) : bool
TryGetPage ( string TcmUri, IPage &page ) : bool
TryGetPageContent ( string TcmUri, string &pageContent ) : bool

비공개 메소드들

메소드 설명
LoadComponentModelsFromComponentFactory ( IPage page ) : void

메소드 상세

FindPage() 공개 메소드

public FindPage ( string Url ) : IPage
Url string
리턴 IPage

FindPageContent() 공개 메소드

public FindPageContent ( string Url ) : string
Url string
리턴 string

GetAllPublishedPageUrls() 공개 메소드

public GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[]
includeExtensions string
pathStarts string
리턴 string[]

GetLastPublishedDate() 공개 메소드

public GetLastPublishedDate ( string url ) : DateTime
url string
리턴 DateTime

GetLastPublishedDateByUri() 공개 메소드

public GetLastPublishedDateByUri ( string url ) : DateTime
url string
리턴 DateTime

GetLastPublishedDateByUrl() 공개 메소드

public GetLastPublishedDateByUrl ( string url ) : DateTime
url string
리턴 DateTime

GetPage() 공개 메소드

public GetPage ( string TcmUri ) : IPage
TcmUri string
리턴 IPage

GetPageContent() 공개 메소드

public GetPageContent ( string TcmUri ) : string
TcmUri string
리턴 string

HasPageChanged() 공개 메소드

public HasPageChanged ( string Url ) : bool
Url string
리턴 bool

TryFindPage() 공개 메소드

public TryFindPage ( string Url, IPage &page ) : bool
Url string
page IPage
리턴 bool

TryFindPageContent() 공개 메소드

public TryFindPageContent ( string Url, string &pageContent ) : bool
Url string
pageContent string
리턴 bool

TryGetPage() 공개 메소드

public TryGetPage ( string TcmUri, IPage &page ) : bool
TcmUri string
page IPage
리턴 bool

TryGetPageContent() 공개 메소드

public TryGetPageContent ( string TcmUri, string &pageContent ) : bool
TcmUri string
pageContent string
리턴 bool