Click or drag to resize
DataClassInfoProviderDeleteDataClassInfoInternal Method
Deletes specified DataClassInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override void DeleteDataClassInfoInternal(
	DataClassInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineDataClassInfo
DataClassInfo to be deleted
See Also