Is there a 'Collection', for the Enterprise Custom Fields (ECFs)?

J

James

Is there a 'Collection', accessible via VBA, for the ECFs?

I'd like to walk this list and examine their properties (formulas, lists,
....) without
having to know a priori what the ECFs are.

I know how to access the properties of a given field, so that's not the
question.

I need a 'Fields' type collection that I can iterate over.

Is there a 'Server' type object that contains such a collection, or ...?
 
Top