Initializes a new instance of the
InfoTemplate class using the specified data class.
Namespace: CMS.DataEngine.GeneratorsAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic InfoTemplate(
DataClassInfo dataClass
)
Parameters
- dataClass
- Type: CMS.DataEngineDataClassInfo
Data class to initialize the template from.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when dataClass is null. |
See Also