Dropbox .NET SDK

Class SharedContentAddInviteesDetails

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

Inheritance
object
SharedContentAddInviteesDetails
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 SharedContentAddInviteesDetails

Constructors

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.

IEnumerable<string> invitees

A list of invitees.

Properties

View Source

Invitees

A list of invitees.

Declaration
public IList<string> Invitees { get; protected set; }
Property Value
Type Description
IList<string>
View Source

SharedContentAccessLevel

Shared content access level.

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