Show / Hide Table of Contents

Class SharedContentChangeInviteeRoleDetails

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

Inheritance
System.Object
SharedContentChangeInviteeRoleDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentChangeInviteeRoleDetails

Constructors

| Improve this Doc 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.

System.String invitee

The invitee whose role was changed.

AccessLevel previousAccessLevel

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

Properties

| Improve this Doc View Source

Invitee

The invitee whose role was changed.

Declaration
public string Invitee { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NewAccessLevel

New access level.

Declaration
public AccessLevel NewAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedContentChangeInviteeRoleDetails(AccessLevel, String, AccessLevel)
  • Properties
    • Invitee
    • NewAccessLevel
    • PreviousAccessLevel
Back to top Generated by DocFX