C# 클래스 DD4T.Providers.SDLTridion2011sp1.TridionPageProvider

상속: BaseProvider, IPageProvider
파일 보기 프로젝트 열기: dd4t/DD4T.Providers.SDLTridion2011sp1

Private Properties

프로퍼티 타입 설명
GetPageMetaFactory PageMetaFactory

공개 메소드들

메소드 설명
GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[]

Get all urls of published pages

GetContentByUri ( string TcmUri ) : string

Gets the raw string (xml) from the broker db by URI

GetContentByUrl ( string Url ) : string

Gets the raw string (xml) from the broker db by URL

GetLastPublishedDateByUri ( string uri ) : System.DateTime
GetLastPublishedDateByUrl ( string url ) : DateTime
TridionPageProvider ( IProvidersCommonServices commonServices ) : System

비공개 메소드들

메소드 설명
GetPageMetaFactory ( int publicationId ) : PageMetaFactory

메소드 상세

GetAllPublishedPageUrls() 공개 메소드

Get all urls of published pages
public GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[]
includeExtensions string
pathStarts string
리턴 string[]

GetContentByUri() 공개 메소드

Gets the raw string (xml) from the broker db by URI
public GetContentByUri ( string TcmUri ) : string
TcmUri string
리턴 string

GetContentByUrl() 공개 메소드

Gets the raw string (xml) from the broker db by URL
public GetContentByUrl ( string Url ) : string
Url string URL of the page
리턴 string

GetLastPublishedDateByUri() 공개 메소드

public GetLastPublishedDateByUri ( string uri ) : System.DateTime
uri string
리턴 System.DateTime

GetLastPublishedDateByUrl() 공개 메소드

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

TridionPageProvider() 공개 메소드

public TridionPageProvider ( IProvidersCommonServices commonServices ) : System
commonServices IProvidersCommonServices
리턴 System