Using ((IAssetContainer) clone).CommerceMediaCollection.Remove(commerceMedia); I expect the asset to be removed from the commerce media collection. The method returns true, but the asset is still visible in the catalog. What could be the cause of this? (Even ((IAssetContainer) clone).CommerceMediaCollection.Clear(); doesn't empty the commerce media collection.)
↧