Show / Hide Table of Contents

Class GroupMembersSelector

Argument for selecting a group and a list of users.

Inheritance
System.Object
GroupMembersSelector
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 GroupMembersSelector

Constructors

| Improve this Doc View Source

GroupMembersSelector(GroupSelector, UsersSelectorArg)

Initializes a new instance of the GroupMembersSelector class.

Declaration
public GroupMembersSelector(GroupSelector group, UsersSelectorArg users)
Parameters
Type Name Description
GroupSelector group

Specify a group.

UsersSelectorArg users

A list of users that are members 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

Users

A list of users that are members of Group.

Declaration
public UsersSelectorArg Users { get; protected set; }
Property Value
Type Description
UsersSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMembersSelector(GroupSelector, UsersSelectorArg)
  • Properties
    • Group
    • Users
Back to top Generated by DocFX