Remove specific record from Sitecore WFFM using C# -


hi trying remove specific record sitecore wffm. example, delete entry contain email address cant find way it. able delete of record form.

is there way remove specific entry using c#? tried replace formitemid entry id not working or in wrong direction?

sitecore.forms.data.datamanager.deleteforms(new sitecore.data.id(frm.formitemid), frm.storagename); 

thank you!


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -