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

Inheritance: BaseProvider, IComponentPresentationProvider
Show file Open project: dd4t/DD4T.Providers.SDLWeb8.CIL

Public Methods

Method Description
FindComponents ( IQuery query ) : IList
GetContent ( string uri, string templateUri = "" ) : string
GetContentMultiple ( string componentUris ) : List

Returns the Component contents which could be found. Components that couldn't be found don't appear in the list.

GetLastPublishedDate ( string uri ) : System.DateTime
TridionComponentPresentationProvider ( IProvidersCommonServices providersCommonServices ) : System

Private Methods

Method Description
GetComponentMetaFactory ( int publicationId ) : Tridion.ContentDelivery.Meta.ComponentMetaFactory
GetComponentPresentationFactory ( int publicationId ) : Tridion.ContentDelivery.DynamicContent.ComponentPresentationFactory

Method Details

FindComponents() public method

public FindComponents ( IQuery query ) : IList
query IQuery
return IList

GetContent() public method

public GetContent ( string uri, string templateUri = "" ) : string
uri string
templateUri string
return string

GetContentMultiple() public method

Returns the Component contents which could be found. Components that couldn't be found don't appear in the list.
public GetContentMultiple ( string componentUris ) : List
componentUris string
return List

GetLastPublishedDate() public method

public GetLastPublishedDate ( string uri ) : System.DateTime
uri string
return System.DateTime

TridionComponentPresentationProvider() public method

public TridionComponentPresentationProvider ( IProvidersCommonServices providersCommonServices ) : System
providersCommonServices IProvidersCommonServices
return System