Click or drag to resize
IInfoProviderTInfoDelete Method
Deletes the info object from the underlying data store.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
void Delete(
	TInfo info
)

Parameters

info
Type: TInfo
Info object to be deleted.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when info is null.
See Also