Click or drag to resize
InfoProviderTemplate Constructor
Initializes a new instance of the InfoProviderTemplate class using the specified data class.

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public InfoProviderTemplate(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class to initialize the template from.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when dataClass is null.
See Also