asked on February 14, 2017

So I have a utility that I am writing in C# that pulls some metadata statistics from applied templates to compare to a database of employees.  The information is being written to a text file.   So, the utility has a combobox that is to match the same information in a list field from a template in Laserfiche.  So, my question is how do I reference the contents of the list field so that the utility is updated dynamically without me having to go back into the code and updating the combobox every time another item is added to the list field?

0 0