ECommerceHelperDeleteOrDisable Method |
Checks dependencies of given object and deletes it when nothing depends. Disables object otherwise.
Needs EnabledColumn to be filled in TypeInfo of given object.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static void DeleteOrDisable(
BaseInfo info
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Info object to be deleted / disabled.
See Also