IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To find a specific form, you use the FormsManager class and LINQ queries. The following code finds a form with the specified formIdthrough the Native API.
First, you initialize the FormsManager. Then, you must call GetForms to retrieve all forms and, finally, you filter the lists based on the Idproperty.
NOTE: You can filter by any of the form's properties.
To retrieve all created forms, you use the FormsManager class:
First, you initialize the FormsManager. Then, you must call GetForms to retrieve all forms and, finally, you convert to list.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important