From MS Learn: Deploy a claims provider in SharePoint and CS1911 (access to member through a 'base' keyword from a lambda expression) #10079
Unanswered
KamilPacanek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have stumbled upon the code presented here:
https://github.com/SharePoint/sp-dev-docs/blob/main/docs/general-development/how-to-deploy-a-claims-provider-in-sharepoint.md
I do realize why you would not want to call
base
members inside lambdas etc. - but what I don't understand why it is used that way in the example - where there are no lambda calls.So my question is why would I want to have
Instead of just
From my current understanding that wouldn't only matter in this scenario:
Beta Was this translation helpful? Give feedback.
All reactions