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

Syntax

C#
protected ICodeTemplateInfo GetCodeTemplateInfo(
	string inputFileName,
	XmlDocument doc,
	string nodePath
)
Visual Basic
Protected Function GetCodeTemplateInfo ( 
	inputFileName As String,
	doc As XmlDocument,
	nodePath As String
) As ICodeTemplateInfo

Parameters

inputFileName
Type: System..::..String
doc
Type: System.Xml..::..XmlDocument
nodePath
Type: System..::..String

Return Value

Type: ICodeTemplateInfo

See Also