Click or drag to resize
DataClassInfoProviderGetDataClassInfo Method
Returns DataClassInfo with specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static DataClassInfo GetDataClassInfo(
	string name,
	bool throwIfNotFound
)

Parameters

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

Return Value

Type: DataClassInfo
Exceptions
ExceptionCondition
DataClassNotFoundExceptionThrown when the data class with the given class name is not found.
See Also