Show / Hide Table of Contents

Class GroupMemberSelector

Argument for selecting a group and a single user.

Inheritance
System.Object
GroupMemberSelector
GroupMembersSetAccessTypeArg
Inherited Members
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 GroupMemberSelector

Constructors

| Improve this Doc View Source

GroupMemberSelector(GroupSelector, UserSelectorArg)

Initializes a new instance of the GroupMemberSelector class.

Declaration
public GroupMemberSelector(GroupSelector group, UserSelectorArg user)
Parameters
Type Name Description
GroupSelector group

Specify a group.

UserSelectorArg user

Identity of a user that is a member of group.

Properties

| Improve this Doc View Source

Group

Specify a group.

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

User

Identity of a user that is a member of Group.

Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type Description
UserSelectorArg

See Also

GroupMembersSetAccessTypeArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMemberSelector(GroupSelector, UserSelectorArg)
  • Properties
    • Group
    • User
  • See Also
Back to top Generated by DocFX