Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberSelector

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

Inheritance
object
MemberSelector
MemberSelector.DropboxId
MemberSelector.Email
MemberSelector.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MemberSelector

Constructors

View Source

MemberSelector()

Initializes a new instance of the MemberSelector class.

Declaration
public MemberSelector()

Properties

View Source

AsDropboxId

Gets this instance as a DropboxId, or null.

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

AsEmail

Gets this instance as a Email, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsDropboxId

Gets a value indicating whether this instance is DropboxId

Declaration
public bool IsDropboxId { get; }
Property Value
Type Description
bool
View Source

IsEmail

Gets a value indicating whether this instance is Email

Declaration
public bool IsEmail { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK