IInfoProviderTInfoDelete Method |
Deletes the info object from the underlying data store.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax void Delete(
TInfo info
)
Parameters
- info
- Type: TInfo
Info object to be deleted.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when info is null. |
See Also