Click or drag to resize
DataClassInfoProviderBaseTProviderGetDataClassInfoInternal Method (String)
Returns DataClassInfo with specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual DataClassInfo GetDataClassInfoInternal(
	string name
)

Parameters

name
Type: SystemString
DataClassInfo name

Return Value

Type: DataClassInfo
See Also