Dropbox .NET SDK

Class OutdatedLinkViewReportFailedDetails

Couldn't create report: Views of old links.

Inheritance
object
OutdatedLinkViewReportFailedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class OutdatedLinkViewReportFailedDetails

Constructors

View Source

OutdatedLinkViewReportFailedDetails(TeamReportFailureReason)

Initializes a new instance of the OutdatedLinkViewReportFailedDetails class.

Declaration
public OutdatedLinkViewReportFailedDetails(TeamReportFailureReason failureReason)
Parameters
Type Name Description
TeamReportFailureReason failureReason

Failure reason.

Properties

View Source

FailureReason

Failure reason.

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