I need to retrieve a list of all content types on a vcm. Does anyone know how I can do this?
Thanks
Erich
ContentType.findAll()
Please note that the CTs are not returned in any particular sort order, at least as far as XML name or display name goes.