Dropbox .NET SDK
Show / Hide Table of Contents

Class SharePathErrorV2

The share path error v2 object

Inheritance
object
SharePathErrorV2
SharePathErrorV2.AlreadyShared
SharePathErrorV2.ContainsAppFolder
SharePathErrorV2.ContainsSharedFolder
SharePathErrorV2.ContainsTeamFolder
SharePathErrorV2.InsideAppFolder
SharePathErrorV2.InsideOsxPackage
SharePathErrorV2.InsidePublicFolder
SharePathErrorV2.InsideSharedFolder
SharePathErrorV2.InvalidPath
SharePathErrorV2.IsAppFolder
SharePathErrorV2.IsFamily
SharePathErrorV2.IsFile
SharePathErrorV2.IsOsxPackage
SharePathErrorV2.IsPublicFolder
SharePathErrorV2.IsVault
SharePathErrorV2.IsVaultLocked
SharePathErrorV2.Other
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 SharePathErrorV2

Constructors

View Source

SharePathErrorV2()

Initializes a new instance of the SharePathErrorV2 class.

Declaration
public SharePathErrorV2()

Properties

View Source

AsAlreadyShared

Gets this instance as a AlreadyShared, or null.

Declaration
public SharePathErrorV2.AlreadyShared AsAlreadyShared { get; }
Property Value
Type Description
SharePathErrorV2.AlreadyShared
View Source

AsContainsAppFolder

Gets this instance as a ContainsAppFolder, or null.

Declaration
public SharePathErrorV2.ContainsAppFolder AsContainsAppFolder { get; }
Property Value
Type Description
SharePathErrorV2.ContainsAppFolder
View Source

AsContainsSharedFolder

Gets this instance as a ContainsSharedFolder, or null.

Declaration
public SharePathErrorV2.ContainsSharedFolder AsContainsSharedFolder { get; }
Property Value
Type Description
SharePathErrorV2.ContainsSharedFolder
View Source

AsContainsTeamFolder

Gets this instance as a ContainsTeamFolder, or null.

Declaration
public SharePathErrorV2.ContainsTeamFolder AsContainsTeamFolder { get; }
Property Value
Type Description
SharePathErrorV2.ContainsTeamFolder
View Source

AsInsideAppFolder

Gets this instance as a InsideAppFolder, or null.

Declaration
public SharePathErrorV2.InsideAppFolder AsInsideAppFolder { get; }
Property Value
Type Description
SharePathErrorV2.InsideAppFolder
View Source

AsInsideOsxPackage

Gets this instance as a InsideOsxPackage, or null.

Declaration
public SharePathErrorV2.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type Description
SharePathErrorV2.InsideOsxPackage
View Source

AsInsidePublicFolder

Gets this instance as a InsidePublicFolder, or null.

Declaration
public SharePathErrorV2.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type Description
SharePathErrorV2.InsidePublicFolder
View Source

AsInsideSharedFolder

Gets this instance as a InsideSharedFolder, or null.

Declaration
public SharePathErrorV2.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type Description
SharePathErrorV2.InsideSharedFolder
View Source

AsInvalidPath

Gets this instance as a InvalidPath, or null.

Declaration
public SharePathErrorV2.InvalidPath AsInvalidPath { get; }
Property Value
Type Description
SharePathErrorV2.InvalidPath
View Source

AsIsAppFolder

Gets this instance as a IsAppFolder, or null.

Declaration
public SharePathErrorV2.IsAppFolder AsIsAppFolder { get; }
Property Value
Type Description
SharePathErrorV2.IsAppFolder
View Source

AsIsFamily

Gets this instance as a IsFamily, or null.

Declaration
public SharePathErrorV2.IsFamily AsIsFamily { get; }
Property Value
Type Description
SharePathErrorV2.IsFamily
View Source

AsIsFile

Gets this instance as a IsFile, or null.

Declaration
public SharePathErrorV2.IsFile AsIsFile { get; }
Property Value
Type Description
SharePathErrorV2.IsFile
View Source

AsIsOsxPackage

Gets this instance as a IsOsxPackage, or null.

Declaration
public SharePathErrorV2.IsOsxPackage AsIsOsxPackage { get; }
Property Value
Type Description
SharePathErrorV2.IsOsxPackage
View Source

AsIsPublicFolder

Gets this instance as a IsPublicFolder, or null.

Declaration
public SharePathErrorV2.IsPublicFolder AsIsPublicFolder { get; }
Property Value
Type Description
SharePathErrorV2.IsPublicFolder
View Source

AsIsVault

Gets this instance as a IsVault, or null.

Declaration
public SharePathErrorV2.IsVault AsIsVault { get; }
Property Value
Type Description
SharePathErrorV2.IsVault
View Source

AsIsVaultLocked

Gets this instance as a IsVaultLocked, or null.

Declaration
public SharePathErrorV2.IsVaultLocked AsIsVaultLocked { get; }
Property Value
Type Description
SharePathErrorV2.IsVaultLocked
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAlreadyShared

Gets a value indicating whether this instance is AlreadyShared

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

IsContainsAppFolder

Gets a value indicating whether this instance is ContainsAppFolder

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

IsContainsSharedFolder

Gets a value indicating whether this instance is ContainsSharedFolder

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

IsContainsTeamFolder

Gets a value indicating whether this instance is ContainsTeamFolder

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

IsInsideAppFolder

Gets a value indicating whether this instance is InsideAppFolder

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

IsInsideOsxPackage

Gets a value indicating whether this instance is InsideOsxPackage

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

IsInsidePublicFolder

Gets a value indicating whether this instance is InsidePublicFolder

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

IsInsideSharedFolder

Gets a value indicating whether this instance is InsideSharedFolder

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

IsInvalidPath

Gets a value indicating whether this instance is InvalidPath

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

IsIsAppFolder

Gets a value indicating whether this instance is IsAppFolder

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

IsIsFamily

Gets a value indicating whether this instance is IsFamily

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

IsIsFile

Gets a value indicating whether this instance is IsFile

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

IsIsOsxPackage

Gets a value indicating whether this instance is IsOsxPackage

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

IsIsPublicFolder

Gets a value indicating whether this instance is IsPublicFolder

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

IsIsVault

Gets a value indicating whether this instance is IsVault

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

IsIsVaultLocked

Gets a value indicating whether this instance is IsVaultLocked

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

IsOther

Gets a value indicating whether this instance is Other

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