Parameters
- indexOfModel
- The zero-based index of a form in the FormModels collection.
Return Value
A collection of integers, each of which is a zero-based index of a form that is similar to the given form.
This method returns a list of the forms that are similar to the given one. You can use this to help in maintain a large set of forms. If your system depends on a large number of forms (more than 20 or 30) that change periodically, there is some risk that multiple copies of a form will get added. You can use this method to find all the similar forms and decide if you should remove one of them. The simplest way to apply this method is to call it once for each form in your form set and present each list to a user and let them choose which are duplicates.