cancel
Showing results for 
Search instead for 
Did you mean: 

Create a new type with more than one content stream attached

l_l_g
Champ in-the-making
Champ in-the-making
Hello

I would like to know, if it is possible to create a new type with more than one content stream attached to it. (for example a doc file and a pdf file)

Luc
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Yes. Any property can be of type d:content - so you can have any many content streams as you like. The Java/JavaScript/FreeMarker APIs all support manipulating and displaying a content stream from any property. The only issue is that the web-client does not have many features to deal with multiple content properties - so you are better off using WebScripts/javascript/freemarker etc.

Kevin