Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError

The create shared link with settings error object

Inheritance
System.Object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.AccessDenied
CreateSharedLinkWithSettingsError.EmailNotVerified
CreateSharedLinkWithSettingsError.Path
CreateSharedLinkWithSettingsError.SettingsError
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists
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 CreateSharedLinkWithSettingsError

Constructors

| Improve this Doc View Source

CreateSharedLinkWithSettingsError()

Initializes a new instance of the CreateSharedLinkWithSettingsError class.

Declaration
public CreateSharedLinkWithSettingsError()

Properties

| Improve this Doc View Source

AsAccessDenied

Gets this instance as a AccessDenied, or null.

Declaration
public CreateSharedLinkWithSettingsError.AccessDenied AsAccessDenied { get; }
Property Value
Type Description
CreateSharedLinkWithSettingsError.AccessDenied
| Improve this Doc View Source

AsEmailNotVerified

Gets this instance as a EmailNotVerified, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public CreateSharedLinkWithSettingsError.Path AsPath { get; }
Property Value
Type Description
CreateSharedLinkWithSettingsError.Path
| Improve this Doc View Source

AsSettingsError

Gets this instance as a SettingsError, or null.

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

AsSharedLinkAlreadyExists

Gets this instance as a SharedLinkAlreadyExists, or null.

Declaration
public CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists AsSharedLinkAlreadyExists { get; }
Property Value
Type Description
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists
| Improve this Doc View Source

IsAccessDenied

Gets a value indicating whether this instance is AccessDenied

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

IsPath

Gets a value indicating whether this instance is Path

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

IsSharedLinkAlreadyExists

Gets a value indicating whether this instance is SharedLinkAlreadyExists

Declaration
public bool IsSharedLinkAlreadyExists { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CreateSharedLinkWithSettingsError()
  • Properties
    • AsAccessDenied
    • AsEmailNotVerified
    • AsPath
    • AsSettingsError
    • AsSharedLinkAlreadyExists
    • IsAccessDenied
    • IsEmailNotVerified
    • IsPath
    • IsSettingsError
    • IsSharedLinkAlreadyExists
Back to top Generated by DocFX