Topic Transformation CoreTopic Template Path Property
This is used to get or set the topic template path if the presentation style makes use of one
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TopicTemplatePath { get; set; }VB
Public Property TopicTemplatePath As String
Get
SetC++
public:
property String^ TopicTemplatePath {
String^ get ();
void set (String^ value);
}F#
member TopicTemplatePath : string with get, set