Class GroupMembersAddError.MembersNotInTeam
These members are not part of your team. Currently, you cannot add members to a group if they are not part of your team, though this may change in a subsequent version. To add new members to your Dropbox Business team, use the MembersAddAsync(MembersAddArg) endpoint.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class GroupMembersAddError.MembersNotInTeam : GroupMembersAddError
Constructors
View SourceMembersNotInTeam(IEnumerable<string>)
Initializes a new instance of the GroupMembersAddError.MembersNotInTeam class.
Declaration
public MembersNotInTeam(IEnumerable<string> value)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public IList<string> Value { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |