Click or drag to resize
WebTemplateInfo Constructor (DataRow)
Constructor, creates an empty WebTemplateInfo object from the given DataRow data.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public WebTemplateInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also