hello above query "select dos_extension, name from dm_format where name in (select distinct full_format from dmr_content)" gives me all content_type available in documentum , is there any dfc class where i can retrieve these content_type
Hi,
There is an IDfFormat class providing an interface for these entries. You can use IDfSession.getFormat('format_name') to instantiate these objects.
Regards
Jørg