C# Class TcmDebugger.Engines.DebugEngine

DebugEngine wraps around the Tridion Template debugging functionality and allows local debugging of compound templates.
Inheritance: Engine
Mostrar archivo Open project: mvlasenko/TridionVSRazorExtension Class Usage Examples

Public Methods

Method Description
DebugEngine ( ) : System
Execute ( String itemUri, String templateUri, String publicationTargetUri = null ) : String

Execute the template transformation with the given parameters

Method Details

DebugEngine() public method

public DebugEngine ( ) : System
return System

Execute() public method

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.
return String