cancel
Showing results for 
Search instead for 
Did you mean: 

List all content types which inherit from cm:content

alex_lu
Champ in-the-making
Champ in-the-making
Hello,

I'm writing a webscript to list all custom models which inherit cm:content.

Could anyone give me a tip how to do this, please? I've looked into nodeService and dictionaryService but I can't find anything that will list all children content types.

Thanks in advance
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Try dictionaryService.getSubTypes.

alex_lu
Champ in-the-making
Champ in-the-making
I was looking at old version of DictionaryService. Thanks lots.