C# 클래스 TcmDebugger.Engines.DebugEngine

DebugEngine wraps around the Tridion Template debugging functionality and allows local debugging of compound templates.
상속: Engine
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension 1 사용 예제들

공개 메소드들

메소드 설명
DebugEngine ( ) : System
Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String

Execute the template transformation with the given parameters

메소드 상세

DebugEngine() 공개 메소드

public DebugEngine ( ) : System
리턴 System

Execute() 공개 메소드

Execute the template transformation with the given parameters
public Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String
itemUri String Tridion item URI.
templateUri String Tridion template URI.
publicationTargetUri String Tridion publication target URI.
리턴 String