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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -