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

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

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