Class SharingUserError
User account had a problem preventing this action.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharingUserError
Constructors
View SourceSharingUserError()
Initializes a new instance of the SharingUserError class.
Declaration
public SharingUserError()
Properties
View SourceAsEmailUnverified
Gets this instance as a EmailUnverified, or null.
Declaration
public SharingUserError.EmailUnverified AsEmailUnverified { get; }
Property Value
| Type | Description |
|---|---|
| SharingUserError.EmailUnverified |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharingUserError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharingUserError.Other |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { 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 |