Show / Hide Table of Contents

Class ModifySharedLinkSettingsError

The modify shared link settings error object

Inheritance
System.Object
ModifySharedLinkSettingsError
ModifySharedLinkSettingsError.EmailNotVerified
ModifySharedLinkSettingsError.Other
ModifySharedLinkSettingsError.SettingsError
ModifySharedLinkSettingsError.SharedLinkAccessDenied
ModifySharedLinkSettingsError.SharedLinkNotFound
ModifySharedLinkSettingsError.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 ModifySharedLinkSettingsError

Constructors

| Improve this Doc View Source

ModifySharedLinkSettingsError()

Initializes a new instance of the ModifySharedLinkSettingsError class.

Declaration
public ModifySharedLinkSettingsError()

Properties

| Improve this Doc View Source

AsEmailNotVerified

Gets this instance as a EmailNotVerified, or null.

Declaration
public ModifySharedLinkSettingsError.EmailNotVerified AsEmailNotVerified { get; }
Property Value
Type Description
ModifySharedLinkSettingsError.EmailNotVerified
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSettingsError

Gets this instance as a SettingsError, or null.

Declaration
public ModifySharedLinkSettingsError.SettingsError AsSettingsError { get; }
Property Value
Type Description
ModifySharedLinkSettingsError.SettingsError
| Improve this Doc View Source

AsSharedLinkAccessDenied

Gets this instance as a SharedLinkAccessDenied, or null.

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

AsSharedLinkNotFound

Gets this instance as a SharedLinkNotFound, or null.

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

AsUnsupportedLinkType

Gets this instance as a UnsupportedLinkType, or null.

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

IsEmailNotVerified

Gets a value indicating whether this instance is EmailNotVerified

Declaration
public bool IsEmailNotVerified { get; }
Property Value
Type Description
System.Boolean
| 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

IsSettingsError

Gets a value indicating whether this instance is SettingsError

Declaration
public bool IsSettingsError { 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

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
    • ModifySharedLinkSettingsError()
  • Properties
    • AsEmailNotVerified
    • AsOther
    • AsSettingsError
    • AsSharedLinkAccessDenied
    • AsSharedLinkNotFound
    • AsUnsupportedLinkType
    • IsEmailNotVerified
    • IsOther
    • IsSettingsError
    • IsSharedLinkAccessDenied
    • IsSharedLinkNotFound
    • IsUnsupportedLinkType
Back to top Generated by DocFX