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 -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

authentication - Mongodb revoke acccess to connect test database -