I've a document library with some content type. I'd like to show the document to user group depending on content type.
For example:
i have the following content types ct1, ct2, ct3 and the following user groups ug1, ug2, ug3
ug1 should show ct1 and ct2
ug2 show ct2
ug3 show ct3
Do you know how i could go about implementing this?