2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
141 stars 38 forks source link

Refactor: (internal) prefer IEntity.Get() over IEntity.GetBestValue() #3411

Closed iJungleboy closed 1 month ago

iJungleboy commented 1 month ago

I'm submitting a

[x] refactor / internal

...about

[x] Content Types or data management

Current Behavior / Expected Behavior

The IEntity has some older APIs called GetBestValue(...) and GetBestValue<T>(...) which we want to deprecate some day.

So our internal code should also stop using it.

Your environment