Expand Minimize

SPGroupCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPGroupCollection

Type Mapping

Constructors

Properties

Methods

SSOM System.Void add_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
SSOM System.Void add_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
SSOM System.Void AddDelayDirtyUpdate()
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
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.GroupCollection.getEnumerator()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM Group SP.GroupCollection.itemAt(number)
SSOM System.Void remove_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
SSOM System.Void remove_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
SSOM System.Void RemoveDelayDirtyUpdate()
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
SSOM System.Void Add(System.String, Microsoft.SharePoint.SPMember, Microsoft.SharePoint.SPUser, System.String)
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
SSOM Microsoft.SharePoint.SPGroup Add_Client(Microsoft.SharePoint.SPGroupCreationInformation)
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
SSOM System.Int32 AddInternal(System.String, Microsoft.SharePoint.SPMember, Microsoft.SharePoint.SPUser, System.String)
CSOM Group GroupCollection.Add(GroupCreationInformation)
JSOM Group SP.GroupCollection.add(GroupCreationInformation)
SSOM Microsoft.SharePoint.SPGroup GetByID(System.Int32)
CSOM Group GroupCollection.GetById(Int32)
JSOM Group SP.GroupCollection.getById(number)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups/getById(id)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups/getById(id)
SSOM Microsoft.SharePoint.SPGroup GetByIDNoThrow(System.Int32)
CSOM Group GroupCollection.GetById(Int32)
JSOM Group SP.GroupCollection.getById(number)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups/getById(id)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups/getById(id)
SSOM Microsoft.SharePoint.SPGroup GetByName(System.String)
CSOM Group GroupCollection.GetByName(String)
JSOM Group SP.GroupCollection.getByName(string)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups/getByName(name)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups/getByName(name)
SSOM Microsoft.SharePoint.SPGroup GetByNameNoThrow(System.String)
CSOM Group GroupCollection.GetByName(String)
JSOM Group SP.GroupCollection.getByName(string)
REST GET http://[sitecollection]/[site]/_api/web/sitegroups/getByName(name)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups/getByName(name)
SSOM System.Object ItemAtIndex(System.Int32)
JSOM Group SP.GroupCollection.itemAt(number)
SSOM System.Void Remove(System.Int32)
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
SSOM System.Void Remove(System.String)
CSOM GroupCollection.Remove(Group)
CSOM GroupCollection.RemoveByLoginName(String)
JSOM SP.GroupCollection.remove(Group)
JSOM SP.GroupCollection.removeByLoginName(string)
SSOM System.Void Remove_Client(Microsoft.SharePoint.SPGroup)
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
SSOM System.Void RemoveByID(System.Int32)
CSOM GroupCollection.RemoveById(Int32)
JSOM SP.GroupCollection.removeById(number)
REST POST http://[sitecollection]/[site]/_api/web/sitegroups/removeById(id)
SSOM System.Void RemoveGroup(Microsoft.SharePoint.SPGroup)
CSOM GroupCollection.Remove(Group)
JSOM SP.GroupCollection.remove(Group)
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.