We have a repeater that pulls File documents on a page. However some of the documents should not be available to certain users, so they are set to Deny for that User Role. However, they are still getting pulled in the Repeater. The access denied does not show until they click on the link to view the File. However this is not desirable. The "denied" File should not show in the Repeater at all. How can we accomplish this?
On the repeater properties, make sure you have the "check permissions" Checkbox checked. This will ensure those permissions are followed.
And maybe some additional note, you can also set the Check permissions for all pages or just secured areas. More details can be found in the documentation on hiding pages based on permissions
Please, sign in to be able to submit a new answer.