C# Class DD4T.Providers.SDLWeb8.CIL.TridionPageProvider

Inheritance: BaseProvider, IPageProvider
Afficher le fichier Open project: dd4t/DD4T.Providers.SDLWeb8.CIL

Private Properties

Свойство Type Description
GetPageMetaFactory PageMetaFactory

Méthodes publiques

Méthode Description
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 ) : System.DateTime
TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : System

Private Methods

Méthode Description
GetPageMetaFactory ( int publicationId ) : PageMetaFactory

Method Details

GetAllPublishedPageUrls() public méthode

Get all urls of published pages
public GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[]
includeExtensions string
pathStarts string
Résultat string[]

GetContentByUri() public méthode

Gets the raw string (xml) from the broker db by URI
public GetContentByUri ( string TcmUri ) : string
TcmUri string
Résultat string

GetContentByUrl() public méthode

Gets the raw string (xml) from the broker db by URL
public GetContentByUrl ( string Url ) : string
Url string URL of the page
Résultat string

GetLastPublishedDateByUri() public méthode

public GetLastPublishedDateByUri ( string uri ) : System.DateTime
uri string
Résultat System.DateTime

GetLastPublishedDateByUrl() public méthode

public GetLastPublishedDateByUrl ( string url ) : System.DateTime
url string
Résultat System.DateTime

TridionPageProvider() public méthode

public TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : System
providersCommonServices IProvidersCommonServices
Résultat System