Group Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Group", ServerTypeId="{e54ad5f1-ce4e-453b-b7f7-aea6556c9c40}")]
public sealed class Group : Microsoft.SharePoint.Client.Principal
type Group = class
    inherit Principal
Public NotInheritable Class Group
Inherits Principal
Inheritance
Attributes

Constructors

Group(ClientRuntimeContext, ObjectPath)

Properties

AllowMembersEditMembership
AllowRequestToJoinLeave
AutoAcceptRequestToJoinLeave
CanCurrentUserEditMembership
CanCurrentUserManageGroup
CanCurrentUserViewMembership
Context (Inherited from ClientObject)
Description
Id (Inherited from Principal)
IsHiddenInUI (Inherited from Principal)
LoginName (Inherited from Principal)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
OnlyAllowMembersViewMembership
Owner
OwnerTitle
Path (Inherited from ClientObject)
PrincipalType (Inherited from Principal)
RequestToJoinLeaveEmailSetting
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
Title (Inherited from Principal)
TypedObject (Inherited from ClientObject)
Users

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from Principal)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
Update()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to