Hi
It seems that when I retrieve Categories I can’t access the MediaSpace Category.
I have tried using a CategoryFilter like that :
filter.privacyContextEqual = "MediaSpace";
but doesn’t seems to work. Is there anything else I can do ?
Thank you
Hi
It seems that when I retrieve Categories I can’t access the MediaSpace Category.
I have tried using a CategoryFilter like that :
filter.privacyContextEqual = "MediaSpace";
but doesn’t seems to work. Is there anything else I can do ?
Thank you
I have managed getting the results by using this aswer from the forum but how I disable entitlement for a specific root category?
If I have three different categories with three different Privacy Context Labels, lets say MediaSpace1, MediaSpace2 and MediaSpace3 how I disable entitlement for just MediaSpace1 ?
Thanks
Hi,
Entitlement is a global setting. However, you can control the privacy, moderation and permission level by making a category->update() request.
When doing such operations, you should be careful as it will also affect KMS behaviour.
I suggest you contact support before making any changes.