Expand Minimize

SPUserCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPUserCollection

Type Mapping

Constructors

Properties

Methods

SSOM System.Void add_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void add_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void AddDelayDirtyUpdate()
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Collections.IEnumerator GetEnumerator()
CSOM IEnumerator System.Collections.IEnumerable.GetEnumerator()
CSOM IEnumerator ClientObjectCollection`1.GetEnumerator()
CSOM IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator()
JSOM IEnumerator SP.UserCollection.getEnumerator()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM User SP.UserCollection.itemAt(number)
SSOM System.Void remove_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void remove_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void RemoveDelayDirtyUpdate()
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM Microsoft.SharePoint.SPUser Add(Microsoft.SharePoint.SPUserCreationInformation)
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void Add(System.String, System.String, System.String, System.String)
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void AddCollection(Microsoft.SharePoint.SPUserInfo[])
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void AddCollection(Microsoft.SharePoint.SPUserInfo[], System.Collections.Generic.IEnumerable`1<Microsoft.SharePoint.SPUser>)
CSOM User UserCollection.Add(UserCreationInformation)
JSOM User SP.UserCollection.add(UserCreationInformation)
SSOM System.Void AddUser(Microsoft.SharePoint.SPUser)
CSOM User UserCollection.AddUser(User)
JSOM User SP.UserCollection.addUser(User)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/addUser(user)
SSOM Microsoft.SharePoint.SPUser AddUser_Client(Microsoft.SharePoint.SPUser)
CSOM User UserCollection.Add(UserCreationInformation)
CSOM User UserCollection.AddUser(User)
JSOM User SP.UserCollection.add(UserCreationInformation)
JSOM User SP.UserCollection.addUser(User)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/addUser(user)
SSOM Microsoft.SharePoint.SPUser GetByEmail(System.String)
CSOM User UserCollection.GetByEmail(String)
JSOM User SP.UserCollection.getByEmail(string)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getByEmail(emailAddress)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getByEmail(emailAddress)
SSOM Microsoft.SharePoint.SPUser GetByID(System.Int32)
CSOM User UserCollection.GetById(Int32)
JSOM User SP.UserCollection.getById(number)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getById(id)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getById(id)
SSOM Microsoft.SharePoint.SPUser GetByIDNoThrow(System.Int32)
CSOM User UserCollection.GetById(Int32)
JSOM User SP.UserCollection.getById(number)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getById(id)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getById(id)
SSOM Microsoft.SharePoint.SPUser GetByLoginNoThrow(System.String)
CSOM User UserCollection.GetByLoginName(String)
JSOM User SP.UserCollection.getByLoginName(string)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/getByLoginName(loginName)
SSOM System.Object ItemAtIndex(System.Int32)
JSOM User SP.UserCollection.itemAt(number)
SSOM System.Void Remove(Microsoft.SharePoint.SPUser)
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void Remove(System.Int32)
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void Remove(System.String)
CSOM UserCollection.Remove(User)
CSOM UserCollection.RemoveByLoginName(String)
JSOM SP.UserCollection.remove(User)
JSOM SP.UserCollection.removeByLoginName(string)
SSOM System.Void RemoveAdditionalAccess(System.Boolean, Microsoft.SharePoint.SPGroup, System.String[], System.Int32[])
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void RemoveByID(System.Int32)
CSOM UserCollection.RemoveById(Int32)
JSOM SP.UserCollection.removeById(number)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups(groupid)/users/removeById(id)
SSOM System.Void RemoveCollection(System.String[], System.Int32[])
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void RemoveCollection(System.String[])
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void RemoveCollection(System.Int32[])
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
SSOM System.Void RemoveShareByLinkGuestUser(System.String)
CSOM UserCollection.Remove(User)
JSOM SP.UserCollection.remove(User)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.