Saving plugin settings using TvBusinessLayer.GetSetting() (1 Viewer)

cwchapma

Portal Pro
October 15, 2006
56
34
48
Home Country
Canada Canada
I'm wondering if there are any advantages to using TvBusinessLayer.GetSetting() to store settings for a plugin? That's what the Schedules direct plugin is doing now and I'm tempted to use EntityFramework to store settings (there are issues with that because of .Net 3.5 but that is a separate post). Are there advantages to storing settings in the tv layer that aren't immediately obvious? It seems clumsy when storing collections. EntityFramework compact seems so much cleaner and would give a separate settings file that could easily be backed up.

Any thoughts?

Clint
 

Users who are viewing this thread

Top Bottom