Click or drag to resize
WebTemplateInfoProviderGetAllWebTemplates Method

Note: This API is now obsolete.

Gets dataset with all web templates.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use parameter-less GetWebTemplates() method instead.")]
public static InfoDataSet<WebTemplateInfo> GetAllWebTemplates()

Return Value

Type: InfoDataSetWebTemplateInfo
See Also