Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got
an open role and think I'd be a fit, please reach out. You can also find me
on LinkedIn.
The getMetaData function returns metadata about a CFC. It appears as if it returns a struct, heck, you can even cfdump it and will see "struct" as the type. However, the function is returning an object, and if you attempt to use a struct function on the result of getMetaData(), you will get an error. If you need to examine the result, you will have to use normal dot notation or array functions (if for example you want to search the functions portion of metadata).