how can I get all supertypes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2010 09:10 AM
hi all , I had created a custom type that extend the "cm_folder" , now i want to list all its supertypes,how can i do?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2010 11:46 AM
The SuperType of cm:folder is cm
bject, which is probably not terribly useful!
Does DictionaryService.getSubTypes() do what you want instead?

Does DictionaryService.getSubTypes() do what you want instead?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2010 10:19 PM
thanks, but I want to list one's all supertypes maybe more than three ,can i use query language? or other api?
