Dropbox .NET SDK
Show / Hide Table of Contents

Class SharePathErrorBaseV2

The share path error base v2 object

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

Constructors

View Source

SharePathErrorBaseV2()

Initializes a new instance of the SharePathErrorBaseV2 class.

Declaration
public SharePathErrorBaseV2()

Properties

View Source

AsAlreadyShared

Gets this instance as a AlreadyShared, or null.

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

AsContainsSharedFolder

Gets this instance as a ContainsSharedFolder, or null.

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

AsContainsTeamFolder

Gets this instance as a ContainsTeamFolder, or null.

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

AsInsideAppFolder

Gets this instance as a InsideAppFolder, or null.

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

AsInsideOsxPackage

Gets this instance as a InsideOsxPackage, or null.

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

AsInsidePublicFolder

Gets this instance as a InsidePublicFolder, or null.

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

AsInsideSharedFolder

Gets this instance as a InsideSharedFolder, or null.

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

AsInvalidPath

Gets this instance as a InvalidPath, or null.

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

AsIsAppFolder

Gets this instance as a IsAppFolder, or null.

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

AsIsFile

Gets this instance as a IsFile, or null.

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

AsIsOsxPackage

Gets this instance as a IsOsxPackage, or null.

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

AsIsPublicFolder

Gets this instance as a IsPublicFolder, or null.

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

AsIsVault

Gets this instance as a IsVault, or null.

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

AsIsVaultLocked

Gets this instance as a IsVaultLocked, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public SharePathErrorBaseV2.Other AsOther { get; }
Property Value
Type Description
SharePathErrorBaseV2.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

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

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