| TemplateDataLoadTemplate Method (String, Boolean) |
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual void LoadTemplate(
string path,
bool forceRecompile
)
Public Overridable Sub LoadTemplate (
path As String,
forceRecompile As Boolean
)
Parameters
- path
- Type: SystemString
- forceRecompile
- Type: SystemBoolean
See Also