For DzAsset.addCompatibilities: How do I get a complete list of bases?
FamilyU
Posts: 38
For DzAsset.addCompatibilities ( Array bases, Boolean create=false ):
How do I get a complete list of bases that I can add to an asset?
I'm looking for something that will return these in a list.
.......
Generation4
Generation4/Michael 4
Generation4/Michael 4#David
Generation4/Michael 4#Hiro
Generation4/Michael 4#The Freak
Generation4/The Kids 4
Generation4/Victoria 4
Generation4/Victoria 4#Aiko
Generation4/Victoria 4#Stephanie
Generation4/Victoria 4#The Girl
......
Thanks
Comments
The API that provides the access you seek was added in 4.11.0.94. I've posted a List Compatibility Bases sample that demonstrates how said API is used.
-Rob
Thanks, it works great.