Dropbox .NET SDK

Class SharedContentRemoveInviteesDetails

Removed invitee from shared file/folder before invite was accepted.

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

Constructors

View Source

SharedContentRemoveInviteesDetails(IEnumerable<string>)

Initializes a new instance of the SharedContentRemoveInviteesDetails class.

Declaration
public SharedContentRemoveInviteesDetails(IEnumerable<string> invitees)
Parameters
Type Name Description
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
In this article
Back to top Dropbox .NET SDK