Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersSetPermissionsResult

The members set permissions result object

Inheritance
object
MembersSetPermissionsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetPermissionsResult

Constructors

View Source

MembersSetPermissionsResult(string, AdminTier)

Initializes a new instance of the MembersSetPermissionsResult class.

Declaration
public MembersSetPermissionsResult(string teamMemberId, AdminTier role)
Parameters
Type Name Description
string teamMemberId

The member ID of the user to which the change was applied.

AdminTier role

The role after the change.

Properties

View Source

Role

The role after the change.

Declaration
public AdminTier Role { get; protected set; }
Property Value
Type Description
AdminTier
View Source

TeamMemberId

The member ID of the user to which the change was applied.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK