C# Class TcmDebugger.Engines.Engine

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: mvlasenko/TridionVSRazorExtension

Public Methods

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

Execute the template transformation with the given parameters

Protected Methods

Method Description
DebuggerHook ( ) : void

Derived Engine classes will call this to signal for debugging attachement

Method Details

DebuggerHook() protected method

Derived Engine classes will call this to signal for debugging attachement
protected DebuggerHook ( ) : void
return void

Engine() public method

public Engine ( ) : 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