Class SharedContentRemoveInviteesDetails
Removed invitee from shared file/folder before invite was accepted.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentRemoveInviteesDetails
Constructors
View SourceSharedContentRemoveInviteesDetails(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 SourceInvitees
A list of invitees.
Declaration
public IList<string> Invitees { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |