Forum Discussion
Srinivas Narula
Mar 20, 2017Brass Contributor
how to implement audience using CSOM?
I am trying to target content based on audience feature of sharepoint. Requirements demands to customize the UI which includes attachment. Conent Query Web Part (CQWP) supports the audience but atta...
Mar 21, 2017
You don't mention whether you are online or on-premises. For online deployments, the typical approach is to create a custom web part that inherits from the web part with the closest functionality.
If you do not want server-side code, then you will need to code the audience functionality yourself.
- Srinivas NarulaMar 22, 2017Brass Contributor
paulschaeflein - Thanks for the input.
Sorry for missing that bit. I am using sharepoint online.
Server side code webparts are deprecated recently in online version. I think only option left out is to implement using CSOM.