Class MemberSelector
Includes different ways to identify a member of a shared folder.
Inheritance
System.Object
MemberSelector
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 SourceMemberSelector()
Initializes a new instance of the MemberSelector class.
Declaration
public MemberSelector()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |