Gets list of available templates in the specified path.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual List<string> GetTemplates(
	string templatePath
)
Visual Basic
Public Overridable Function GetTemplates ( 
	templatePath As String
) As List(Of String)
Visual C++
public:
virtual List<String^>^ GetTemplates(
	String^ templatePath
)
F#
abstract GetTemplates : 
        templatePath : string -> List<string> 
override GetTemplates : 
        templatePath : string -> List<string> 

Parameters

templatePath
Type: System..::..String
Path where to serach for templates

Return Value

Type: List<(Of <(<'String>)>)>
List of templates

See Also