Dropbox .NET SDK
Show / Hide Table of Contents

Class UnshareFileError.UserError

The user error object

Inheritance
object
UnshareFileError
UnshareFileError.UserError
Inherited Members
UnshareFileError.IsUserError
UnshareFileError.AsUserError
UnshareFileError.IsAccessError
UnshareFileError.AsAccessError
UnshareFileError.IsOther
UnshareFileError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class UnshareFileError.UserError : UnshareFileError

Constructors

View Source

UserError(SharingUserError)

Initializes a new instance of the UnshareFileError.UserError class.

Declaration
public UserError(SharingUserError value)
Parameters
Type Name Description
SharingUserError value

The value

Properties

View Source

Value

Gets the value of this instance.

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