C# Класс DD4T.Providers.SDLWeb8.CIL.TridionPageProvider

Наследование: BaseProvider, IPageProvider
Показать файл Открыть проект

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 ) : System.DateTime
TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : 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 ) : System.DateTime
url string
Результат System.DateTime

TridionPageProvider() публичный Метод

public TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : System
providersCommonServices IProvidersCommonServices
Результат System