Click or drag to resize
WebTemplateInfoProviderGetWebTemplatesInternal Method (String, String, Int32, String, Boolean)
Gets dataset with all web templates.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<WebTemplateInfo> GetWebTemplatesInternal(
	string where,
	string orderBy,
	int topN,
	string columns,
	bool onlyExisting
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns
topN
Type: SystemInt32
Get top N columns
columns
Type: SystemString
Select only specified columns
onlyExisting
Type: SystemBoolean
Indicates if only web templates with existing folder should be selected

Return Value

Type: InfoDataSetWebTemplateInfo
See Also