Show / Hide Table of Contents

Class SharedContentAddInviteesDetails

Invited user to Dropbox and added them to shared file/folder.

Inheritance
System.Object
SharedContentAddInviteesDetails
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 SharedContentAddInviteesDetails

Constructors

| Improve this Doc View Source

SharedContentAddInviteesDetails(AccessLevel, IEnumerable<String>)

Initializes a new instance of the SharedContentAddInviteesDetails class.

Declaration
public SharedContentAddInviteesDetails(AccessLevel sharedContentAccessLevel, IEnumerable<string> invitees)
Parameters
Type Name Description
AccessLevel sharedContentAccessLevel

Shared content access level.

System.Collections.Generic.IEnumerable<System.String> invitees

A list of invitees.

Properties

| Improve this Doc View Source

Invitees

A list of invitees.

Declaration
public IList<string> Invitees { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

SharedContentAccessLevel

Shared content access level.

Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedContentAddInviteesDetails(AccessLevel, IEnumerable<String>)
  • Properties
    • Invitees
    • SharedContentAccessLevel
Back to top Generated by DocFX