Show / Hide Table of Contents

Class RevokeSharedLinkError

The revoke shared link error object

Inheritance
System.Object
RevokeSharedLinkError
RevokeSharedLinkError.Other
RevokeSharedLinkError.SharedLinkAccessDenied
RevokeSharedLinkError.SharedLinkMalformed
RevokeSharedLinkError.SharedLinkNotFound
RevokeSharedLinkError.UnsupportedLinkType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RevokeSharedLinkError

Constructors

| Improve this Doc View Source

RevokeSharedLinkError()

Initializes a new instance of the RevokeSharedLinkError class.

Declaration
public RevokeSharedLinkError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RevokeSharedLinkError.Other AsOther { get; }
Property Value
Type Description
RevokeSharedLinkError.Other
| Improve this Doc View Source

AsSharedLinkAccessDenied

Gets this instance as a SharedLinkAccessDenied, or null.

Declaration
public RevokeSharedLinkError.SharedLinkAccessDenied AsSharedLinkAccessDenied { get; }
Property Value
Type Description
RevokeSharedLinkError.SharedLinkAccessDenied
| Improve this Doc View Source

AsSharedLinkMalformed

Gets this instance as a SharedLinkMalformed, or null.

Declaration
public RevokeSharedLinkError.SharedLinkMalformed AsSharedLinkMalformed { get; }
Property Value
Type Description
RevokeSharedLinkError.SharedLinkMalformed
| Improve this Doc View Source

AsSharedLinkNotFound

Gets this instance as a SharedLinkNotFound, or null.

Declaration
public RevokeSharedLinkError.SharedLinkNotFound AsSharedLinkNotFound { get; }
Property Value
Type Description
RevokeSharedLinkError.SharedLinkNotFound
| Improve this Doc View Source

AsUnsupportedLinkType

Gets this instance as a UnsupportedLinkType, or null.

Declaration
public RevokeSharedLinkError.UnsupportedLinkType AsUnsupportedLinkType { get; }
Property Value
Type Description
RevokeSharedLinkError.UnsupportedLinkType
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSharedLinkAccessDenied

Gets a value indicating whether this instance is SharedLinkAccessDenied

Declaration
public bool IsSharedLinkAccessDenied { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSharedLinkMalformed

Gets a value indicating whether this instance is SharedLinkMalformed

Declaration
public bool IsSharedLinkMalformed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSharedLinkNotFound

Gets a value indicating whether this instance is SharedLinkNotFound

Declaration
public bool IsSharedLinkNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedLinkType

Gets a value indicating whether this instance is UnsupportedLinkType

Declaration
public bool IsUnsupportedLinkType { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeSharedLinkError()
  • Properties
    • AsOther
    • AsSharedLinkAccessDenied
    • AsSharedLinkMalformed
    • AsSharedLinkNotFound
    • AsUnsupportedLinkType
    • IsOther
    • IsSharedLinkAccessDenied
    • IsSharedLinkMalformed
    • IsSharedLinkNotFound
    • IsUnsupportedLinkType
Back to top Generated by DocFX