Dropbox .NET SDK
Show / Hide Table of Contents

Class ShareFolderJobStatus.Failed

The failed object

Inheritance
object
ShareFolderJobStatus
ShareFolderJobStatus.Failed
Inherited Members
ShareFolderJobStatus.IsComplete
ShareFolderJobStatus.AsComplete
ShareFolderJobStatus.IsFailed
ShareFolderJobStatus.AsFailed
ShareFolderJobStatus.IsInProgress
ShareFolderJobStatus.AsInProgress
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 ShareFolderJobStatus.Failed : ShareFolderJobStatus

Constructors

View Source

Failed(ShareFolderError)

Initializes a new instance of the ShareFolderJobStatus.Failed class.

Declaration
public Failed(ShareFolderError value)
Parameters
Type Name Description
ShareFolderError value

The value

Properties

View Source

Value

Gets the value of this instance.

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