Click or drag to resize
DataClassInfoProviderBaseTProviderDeleteDataClassInfoInternal Method
Deletes specified DataClassInfo.

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

Parameters

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