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

Syntax

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

Parameters

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

Return Value

Type: String

Implements

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

See Also