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 virtual List<string> GetPagerTemplates(
	string templatePath
)
Visual Basic
Public Overridable Function GetPagerTemplates ( 
	templatePath As String
) As List(Of String)
Visual C++
public:
virtual List<String^>^ GetPagerTemplates(
	String^ templatePath
)
F#
abstract GetPagerTemplates : 
        templatePath : string -> List<string> 
override GetPagerTemplates : 
        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