ITextTemplatingEngineHost.TemplateFile Property

Definition

Gets the path and file name of the text template that is being processed.

public:
 property System::String ^ TemplateFile { System::String ^ get(); };
public string TemplateFile { get; }
member this.TemplateFile : string
Public ReadOnly Property TemplateFile As String

Property Value

A String that contains the path and file name of the text template that is being processed.

Applies to