C# 클래스 TcmDebugger.Engines.RenderEngine

RenderEngine wraps around the Tridion T:Tridion.ContentManager.Templating.TemplateRenderer
상속: Engine
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension 1 사용 예제들

공개 메소드들

메소드 설명
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