Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingUserError

User account had a problem preventing this action.

Inheritance
object
SharingUserError
SharingUserError.EmailUnverified
SharingUserError.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 SharingUserError

Constructors

View Source

SharingUserError()

Initializes a new instance of the SharingUserError class.

Declaration
public SharingUserError()

Properties

View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public SharingUserError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
SharingUserError.EmailUnverified
View Source

AsOther

Gets this instance as a Other, or null.

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

Declaration
public bool IsEmailUnverified { 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