Gets list of available pager templates

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

Syntax

C#
public static List<string> GetPagerTemplateList(
	string templatePath
)
Visual Basic
Public Shared Function GetPagerTemplateList ( 
	templatePath As String
) As List(Of String)
Visual C++
public:
static List<String^>^ GetPagerTemplateList(
	String^ templatePath
)
F#
static member GetPagerTemplateList : 
        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