Class MemberSelector
Includes different ways to identify a member of a shared folder.
Inheritance
MemberSelector
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MemberSelector
Constructors
View SourceMemberSelector()
Initializes a new instance of the MemberSelector class.
Declaration
public MemberSelector()
Properties
View SourceAsDropboxId
Gets this instance as a DropboxId, or null.
Declaration
public MemberSelector.DropboxId AsDropboxId { get; }
Property Value
| Type | Description |
|---|---|
| MemberSelector.DropboxId |
AsEmail
Gets this instance as a Email, or null.
Declaration
public MemberSelector.Email AsEmail { get; }
Property Value
| Type | Description |
|---|---|
| MemberSelector.Email |
AsOther
Gets this instance as a Other, or null.
Declaration
public MemberSelector.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MemberSelector.Other |
IsDropboxId
Gets a value indicating whether this instance is DropboxId
Declaration
public bool IsDropboxId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |