Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError

The create shared link with settings error object

Inheritance
object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.AccessDenied
CreateSharedLinkWithSettingsError.BannedMember
CreateSharedLinkWithSettingsError.EmailNotVerified
CreateSharedLinkWithSettingsError.Path
CreateSharedLinkWithSettingsError.SettingsError
CreateSharedLinkWithSettingsError.SharedLinkAlreadyExists
CreateSharedLinkWithSettingsError.TooManySharedFolders
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 CreateSharedLinkWithSettingsError

Constructors

View Source

CreateSharedLinkWithSettingsError()

Initializes a new instance of the CreateSharedLinkWithSettingsError class.

Declaration
public CreateSharedLinkWithSettingsError()

Properties

View Source

AsAccessDenied

Gets this instance as a AccessDenied, or null.

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

AsBannedMember

Gets this instance as a BannedMember, or null.

Declaration
public CreateSharedLinkWithSettingsError.BannedMember AsBannedMember { get; }
Property Value
Type Description
CreateSharedLinkWithSettingsError.BannedMember
View Source

AsEmailNotVerified

Gets this instance as a EmailNotVerified, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsSettingsError

Gets this instance as a SettingsError, or null.

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

AsSharedLinkAlreadyExists

Gets this instance as a SharedLinkAlreadyExists, or null.

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

AsTooManySharedFolders

Gets this instance as a TooManySharedFolders, or null.

Declaration
public CreateSharedLinkWithSettingsError.TooManySharedFolders AsTooManySharedFolders { get; }
Property Value
Type Description
CreateSharedLinkWithSettingsError.TooManySharedFolders
View Source

IsAccessDenied

Gets a value indicating whether this instance is AccessDenied

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

IsBannedMember

Gets a value indicating whether this instance is BannedMember

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

IsEmailNotVerified

Gets a value indicating whether this instance is EmailNotVerified

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

IsPath

Gets a value indicating whether this instance is Path

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

IsSettingsError

Gets a value indicating whether this instance is SettingsError

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

IsSharedLinkAlreadyExists

Gets a value indicating whether this instance is SharedLinkAlreadyExists

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

IsTooManySharedFolders

Gets a value indicating whether this instance is TooManySharedFolders

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