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 commonServices ) : System |
Method | Description | |
---|---|---|
GetComponentMetaFactory ( int publicationId ) : Tridion.ContentDelivery.Meta.ComponentMetaFactory | ||
GetComponentPresentationFactory ( int publicationId ) : Tridion.ContentDelivery.DynamicContent.ComponentPresentationFactory |
public FindComponents ( IQuery query ) : IList |
||
query | IQuery | |
return | IList |
public GetContent ( string uri, string templateUri = "" ) : string | ||
uri | string | |
templateUri | string | |
return | string |
public GetContentMultiple ( string componentUris ) : List |
||
componentUris | string | |
return | List |
public GetLastPublishedDate ( string uri ) : System.DateTime | ||
uri | string | |
return | System.DateTime |
public TridionComponentPresentationProvider ( IProvidersCommonServices commonServices ) : System | ||
commonServices | IProvidersCommonServices | |
return | System |