I am planning to create a manage prevalue source items in the front-end so that our users can add/edit/delete the prevalue source values from the database.
I have a generic template that supposed to list down the prevalue sources based on the type i.e. SQL Database.
I would like to know how will I get the list of Prevalue Sources programmatically?
How to get the list of Prevalue Sources
Hi everyone,
I am planning to create a manage prevalue source items in the front-end so that our users can add/edit/delete the prevalue source values from the database. I have a generic template that supposed to list down the prevalue sources based on the type i.e. SQL Database.
I would like to know how will I get the list of Prevalue Sources programmatically?
Please advise.
Thank you.
I found the solution I am looking for.
var p = new PrevalueSourceStorage();
and referenceusing Umbraco.Forms.Data.Storage;
is working on a reply...