-1
votes
3answers
134 views

Collection or list for SPUser and SPGroup objects?

I would like to store in c# code some list or collection or what else to store SPUser and SPGroup objects. After this I would like to do some foreach loop and do some logic.
1
vote
1answer
83 views

Show one of the 3 views depandant on current user

I have builded in Visual Studio (c#) a custom list, custom content type and 3 custom views. I am using sp 2010. The list is working ok and I can see and select the 3 views. It is possible for the end ...
1
vote
1answer
391 views

How to get users/usergroups from an lookup column from SPField

I have a custom list for example "MyCustomListA" I have created a custom ListForm template and overide the ListFieldIterator. I have overide the ListFieldIterator and CreateChildControls to implement ...
0
votes
0answers
43 views

Managing groups and invitating users in Sharepoint online

I'm working on a project which relies on having unique groups for each site. I've experienced some issues when inviting external users to these groups via the "Share this site" feature. Invites fail ...
1
vote
2answers
233 views

Elements.xml Id substitution

I have a site column defined in an Elements.xml file in Visual Studio. The SharePoint project this is in does all sorts of initial configuration on the website. I need to set the UserSelectionScope to ...
1
vote
1answer
303 views

Strange problem with adding some users

I'm encountering problems adding "some" users(of a certain domain) to a group.. The code works every "domain1" user, but for "domain2" for doesn't: ...
1
vote
2answers
502 views

Is there any event reciver available for user group events?

I have to update some list whenever a new user or group is added to the site. Is there any event receiver available for users/groups?
1
vote
1answer
346 views

SharePoint Online (Microsoft 365) - Notification of external user invitation acceptance

Just wondering if there is any way to manage the SharePoint Online external invitation system on a more granular level? The out of the box system where you go to Site Actions > Share Site seems very ...