Class SharedContentRemoveInviteesDetails
Removed invitee from shared file/folder before invite was accepted.
Inheritance
System.Object
SharedContentRemoveInviteesDetails
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 SharedContentRemoveInviteesDetails
Constructors
| Improve this Doc View SourceSharedContentRemoveInviteesDetails(IEnumerable<String>)
Initializes a new instance of the SharedContentRemoveInviteesDetails class.
Declaration
public SharedContentRemoveInviteesDetails(IEnumerable<string> invitees)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | invitees | A list of invitees. |
Properties
| Improve this Doc View SourceInvitees
A list of invitees.
Declaration
public IList<string> Invitees { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |