DataClassInfoProvider GetDataClassInfo Method Kentico 8.0 API Reference
Returns DataClassInfo with specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
DataClassInfo name
throwIfNotFound
Type: OnlineSystem Boolean
If true, the call throws an exception in case the data class was not found

Return Value

Type: DataClassInfo
See Also