C# Класс TcmDebugger.Engines.RenderEngine

RenderEngine wraps around the Tridion T:Tridion.ContentManager.Templating.TemplateRenderer
Наследование: Engine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( String itemUri, String templateUri = null, String publicationTargetUri = null ) : String

Execute the template transformation with the given parameters

RenderEngine ( ) : System

Initializes a new instance of the RenderEngine class.

Описание методов

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

Execute the template transformation with the given parameters
/// itemUri cannot be null or empty. /// or /// templateUri cannot be null or empty for itemtype /// /// itemUri is not a valid Tridion URI. /// or /// templateUri is not a valid Tridion URI. ///
public Execute ( String itemUri, String templateUri = null, String publicationTargetUri = null ) : String
itemUri String Tridion item URI.
templateUri String Tridion template URI.
publicationTargetUri String Tridion publication target URI.
Результат String

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

Initializes a new instance of the RenderEngine class.
public RenderEngine ( ) : System
Результат System