Show / Hide Table of Contents

Class MemberSelector

Includes different ways to identify a member of a shared folder.

Inheritance
System.Object
MemberSelector
MemberSelector.DropboxId
MemberSelector.Email
MemberSelector.Other
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 MemberSelector

Constructors

| Improve this Doc View Source

MemberSelector()

Initializes a new instance of the MemberSelector class.

Declaration
public MemberSelector()

Properties

| Improve this Doc View Source

AsDropboxId

Gets this instance as a DropboxId, or null.

Declaration
public MemberSelector.DropboxId AsDropboxId { get; }
Property Value
Type Description
MemberSelector.DropboxId
| Improve this Doc View Source

AsEmail

Gets this instance as a Email, or null.

Declaration
public MemberSelector.Email AsEmail { get; }
Property Value
Type Description
MemberSelector.Email
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MemberSelector.Other AsOther { get; }
Property Value
Type Description
MemberSelector.Other
| Improve this Doc View Source

IsDropboxId

Gets a value indicating whether this instance is DropboxId

Declaration
public bool IsDropboxId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEmail

Gets a value indicating whether this instance is Email

Declaration
public bool IsEmail { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberSelector()
  • Properties
    • AsDropboxId
    • AsEmail
    • AsOther
    • IsDropboxId
    • IsEmail
    • IsOther
Back to top Generated by DocFX