Class GetSharedLinkFileError
The get shared link file error object
Inheritance
System.Object
GetSharedLinkFileError
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 GetSharedLinkFileError
Constructors
| Improve this Doc View SourceGetSharedLinkFileError()
Initializes a new instance of the GetSharedLinkFileError class.
Declaration
public GetSharedLinkFileError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public GetSharedLinkFileError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GetSharedLinkFileError.Other |
AsSharedLinkAccessDenied
Gets this instance as a SharedLinkAccessDenied, or null
.
Declaration
public GetSharedLinkFileError.SharedLinkAccessDenied AsSharedLinkAccessDenied { get; }
Property Value
Type | Description |
---|---|
GetSharedLinkFileError.SharedLinkAccessDenied |
AsSharedLinkIsDirectory
Gets this instance as a SharedLinkIsDirectory, or null
.
Declaration
public GetSharedLinkFileError.SharedLinkIsDirectory AsSharedLinkIsDirectory { get; }
Property Value
Type | Description |
---|---|
GetSharedLinkFileError.SharedLinkIsDirectory |
AsSharedLinkNotFound
Gets this instance as a SharedLinkNotFound, or null
.
Declaration
public GetSharedLinkFileError.SharedLinkNotFound AsSharedLinkNotFound { get; }
Property Value
Type | Description |
---|---|
GetSharedLinkFileError.SharedLinkNotFound |
AsUnsupportedLinkType
Gets this instance as a UnsupportedLinkType, or null
.
Declaration
public GetSharedLinkFileError.UnsupportedLinkType AsUnsupportedLinkType { get; }
Property Value
Type | Description |
---|---|
GetSharedLinkFileError.UnsupportedLinkType |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedLinkAccessDenied
Gets a value indicating whether this instance is SharedLinkAccessDenied
Declaration
public bool IsSharedLinkAccessDenied { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedLinkIsDirectory
Gets a value indicating whether this instance is SharedLinkIsDirectory
Declaration
public bool IsSharedLinkIsDirectory { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedLinkNotFound
Gets a value indicating whether this instance is SharedLinkNotFound
Declaration
public bool IsSharedLinkNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnsupportedLinkType
Gets a value indicating whether this instance is UnsupportedLinkType
Declaration
public bool IsUnsupportedLinkType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |