Show / Hide Table of Contents

Class RemoveFileMemberArg

Arguments for RemoveFileMember2Async(RemoveFileMemberArg).

Inheritance
System.Object
RemoveFileMemberArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RemoveFileMemberArg

Constructors

| Improve this Doc View Source

RemoveFileMemberArg(String, MemberSelector)

Initializes a new instance of the RemoveFileMemberArg class.

Declaration
public RemoveFileMemberArg(string file, MemberSelector member)
Parameters
Type Name Description
System.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

| Improve this Doc View Source

File

File from which to remove members.

Declaration
public string File { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoveFileMemberArg(String, MemberSelector)
  • Properties
    • File
    • Member
Back to top Generated by DocFX