Show / Hide Table of Contents

Class GroupMembersSetAccessTypeArg

The group members set access type arg object

Inheritance
System.Object
GroupMemberSelector
GroupMembersSetAccessTypeArg
Inherited Members
GroupMemberSelector.Group
GroupMemberSelector.User
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembersSetAccessTypeArg : GroupMemberSelector

Constructors

| Improve this Doc View Source

GroupMembersSetAccessTypeArg(GroupSelector, UserSelectorArg, GroupAccessType, Boolean)

Initializes a new instance of the GroupMembersSetAccessTypeArg class.

Declaration
public GroupMembersSetAccessTypeArg(GroupSelector group, UserSelectorArg user, GroupAccessType accessType, bool returnMembers = true)
Parameters
Type Name Description
GroupSelector group

Specify a group.

UserSelectorArg user

Identity of a user that is a member of group.

GroupAccessType accessType

New group access type the user will have.

System.Boolean returnMembers

Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.

Properties

| Improve this Doc View Source

AccessType

New group access type the user will have.

Declaration
public GroupAccessType AccessType { get; protected set; }
Property Value
Type Description
GroupAccessType
| Improve this Doc View Source

ReturnMembers

Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.

Declaration
public bool ReturnMembers { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMembersSetAccessTypeArg(GroupSelector, UserSelectorArg, GroupAccessType, Boolean)
  • Properties
    • AccessType
    • ReturnMembers
Back to top Generated by DocFX