Tagged Questions
2
votes
2answers
87 views
Can we avoid clunky hiding of WebParts?
It's a real drag and performance killer to have to load all the WebParts on a page and then laboriously hide and reveal all the ones relevant to user groups / permission levels. Especially when on the ...
2
votes
0answers
302 views
Setting an audience from declarative WebPart?
I have a module that deploys some page.
I'm adding webparts to these page, using a <AllUsersWebPart> node within a <View>:
<View WebPartZoneID="Body"
WebPartOrder="5"
...