Hello,
I’m trying to understand if it’s possible to apply the “AutoFilter” attribute based on Request context.
For example, I would like to apply a filter only if the user is not an Admin.
[AutoFilter(QueryTerm.Ensure, nameof(IAppUserFilter.AppUserId), Eval = “userAuthId”)]
Is it possible?
Thanks. Gianmaria