Class MembersSetPermissions2Arg
Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Inheritance
System.Object
MembersSetPermissions2Arg
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 MembersSetPermissions2Arg
Constructors
| Improve this Doc View SourceMembersSetPermissions2Arg(UserSelectorArg, IEnumerable<String>)
Initializes a new instance of the MembersSetPermissions2Arg class.
Declaration
public MembersSetPermissions2Arg(UserSelectorArg user, IEnumerable<string> newRoles = null)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | Identity of user whose role will be set. |
System.Collections.Generic.IEnumerable<System.String> | newRoles | The new roles for the member. Send empty list to make user member only. For now, only up to one role is allowed. |
Properties
| Improve this Doc View SourceNewRoles
The new roles for the member. Send empty list to make user member only. For now, only up to one role is allowed.
Declaration
public IList<string> NewRoles { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
User
Identity of user whose role will be set.
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |