Dropbox .NET SDK
Show / Hide Table of Contents

Class GetSharedLinkFileError

The get shared link file error object

Inheritance
object
GetSharedLinkFileError
GetSharedLinkFileError.Other
GetSharedLinkFileError.SharedLinkAccessDenied
GetSharedLinkFileError.SharedLinkIsDirectory
GetSharedLinkFileError.SharedLinkNotFound
GetSharedLinkFileError.UnsupportedLinkType
GetSharedLinkFileError.UnsupportedParameterField
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 GetSharedLinkFileError

Constructors

View Source

GetSharedLinkFileError()

Initializes a new instance of the GetSharedLinkFileError class.

Declaration
public GetSharedLinkFileError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsSharedLinkAccessDenied

Gets this instance as a SharedLinkAccessDenied, or null.

Declaration
public GetSharedLinkFileError.SharedLinkAccessDenied AsSharedLinkAccessDenied { get; }
Property Value
Type Description
GetSharedLinkFileError.SharedLinkAccessDenied
View Source

AsSharedLinkIsDirectory

Gets this instance as a SharedLinkIsDirectory, or null.

Declaration
public GetSharedLinkFileError.SharedLinkIsDirectory AsSharedLinkIsDirectory { get; }
Property Value
Type Description
GetSharedLinkFileError.SharedLinkIsDirectory
View Source

AsSharedLinkNotFound

Gets this instance as a SharedLinkNotFound, or null.

Declaration
public GetSharedLinkFileError.SharedLinkNotFound AsSharedLinkNotFound { get; }
Property Value
Type Description
GetSharedLinkFileError.SharedLinkNotFound
View Source

AsUnsupportedLinkType

Gets this instance as a UnsupportedLinkType, or null.

Declaration
public GetSharedLinkFileError.UnsupportedLinkType AsUnsupportedLinkType { get; }
Property Value
Type Description
GetSharedLinkFileError.UnsupportedLinkType
View Source

AsUnsupportedParameterField

Gets this instance as a UnsupportedParameterField, or null.

Declaration
public GetSharedLinkFileError.UnsupportedParameterField AsUnsupportedParameterField { get; }
Property Value
Type Description
GetSharedLinkFileError.UnsupportedParameterField
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSharedLinkAccessDenied

Gets a value indicating whether this instance is SharedLinkAccessDenied

Declaration
public bool IsSharedLinkAccessDenied { get; }
Property Value
Type Description
bool
View Source

IsSharedLinkIsDirectory

Gets a value indicating whether this instance is SharedLinkIsDirectory

Declaration
public bool IsSharedLinkIsDirectory { get; }
Property Value
Type Description
bool
View Source

IsSharedLinkNotFound

Gets a value indicating whether this instance is SharedLinkNotFound

Declaration
public bool IsSharedLinkNotFound { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedLinkType

Gets a value indicating whether this instance is UnsupportedLinkType

Declaration
public bool IsUnsupportedLinkType { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedParameterField

Gets a value indicating whether this instance is UnsupportedParameterField

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