Dropbox .NET SDK

Class SharedContentChangeInviteeRoleDetails

Changed access type of invitee to shared file/folder before invite was accepted.

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

Constructors

View Source

SharedContentChangeInviteeRoleDetails(AccessLevel, string, AccessLevel)

Initializes a new instance of the SharedContentChangeInviteeRoleDetails class.

Declaration
public SharedContentChangeInviteeRoleDetails(AccessLevel newAccessLevel, string invitee, AccessLevel previousAccessLevel = null)
Parameters
Type Name Description
AccessLevel newAccessLevel

New access level.

string invitee

The invitee whose role was changed.

AccessLevel previousAccessLevel

Previous access level. Might be missing due to historical data gap.

Properties

View Source

Invitee

The invitee whose role was changed.

Declaration
public string Invitee { get; protected set; }
Property Value
Type Description
string
View Source

NewAccessLevel

New access level.

Declaration
public AccessLevel NewAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
View Source

PreviousAccessLevel

Previous access level. Might be missing due to historical data gap.

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