Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual string GetContent(
	string basePath,
	string path,
	bool useRegisteredContent = true
)
Visual Basic
Public Overridable Function GetContent ( 
	basePath As String,
	path As String,
	Optional useRegisteredContent As Boolean = true
) As String

Parameters

basePath
Type: System..::..String
path
Type: System..::..String
useRegisteredContent (Optional)
Type: System..::..Boolean

Return Value

Type: String

Implements

IEngineHost..::..GetContent(String, String, Boolean)

See Also