Class RemoveFileMemberArg
Arguments for RemoveFileMember2Async(RemoveFileMemberArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RemoveFileMemberArg
Constructors
View SourceRemoveFileMemberArg(string, MemberSelector)
Initializes a new instance of the RemoveFileMemberArg class.
Declaration
public RemoveFileMemberArg(string file, MemberSelector member)
Parameters
| Type | Name | Description |
|---|---|---|
| string | file | File from which to remove members. |
| MemberSelector | member | Member to remove from this file. Note that even if an email is specified, it may result in the removal of a user (not an invitee) if the user's main account corresponds to that email address. |
Properties
View SourceFile
File from which to remove members.
Declaration
public string File { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Member
Member to remove from this file. Note that even if an email is specified, it may result in the removal of a user (not an invitee) if the user's main account corresponds to that email address.
Declaration
public MemberSelector Member { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MemberSelector |