Show / Hide Table of Contents

Class SharePathError

The share path error object

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

Constructors

| Improve this Doc View Source

SharePathError()

Initializes a new instance of the SharePathError class.

Declaration
public SharePathError()

Properties

| Improve this Doc View Source

AsAlreadyShared

Gets this instance as a AlreadyShared, or null.

Declaration
public SharePathError.AlreadyShared AsAlreadyShared { get; }
Property Value
Type Description
SharePathError.AlreadyShared
| Improve this Doc View Source

AsContainsAppFolder

Gets this instance as a ContainsAppFolder, or null.

Declaration
public SharePathError.ContainsAppFolder AsContainsAppFolder { get; }
Property Value
Type Description
SharePathError.ContainsAppFolder
| Improve this Doc View Source

AsContainsSharedFolder

Gets this instance as a ContainsSharedFolder, or null.

Declaration
public SharePathError.ContainsSharedFolder AsContainsSharedFolder { get; }
Property Value
Type Description
SharePathError.ContainsSharedFolder
| Improve this Doc View Source

AsContainsTeamFolder

Gets this instance as a ContainsTeamFolder, or null.

Declaration
public SharePathError.ContainsTeamFolder AsContainsTeamFolder { get; }
Property Value
Type Description
SharePathError.ContainsTeamFolder
| Improve this Doc View Source

AsInsideAppFolder

Gets this instance as a InsideAppFolder, or null.

Declaration
public SharePathError.InsideAppFolder AsInsideAppFolder { get; }
Property Value
Type Description
SharePathError.InsideAppFolder
| Improve this Doc View Source

AsInsideOsxPackage

Gets this instance as a InsideOsxPackage, or null.

Declaration
public SharePathError.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type Description
SharePathError.InsideOsxPackage
| Improve this Doc View Source

AsInsidePublicFolder

Gets this instance as a InsidePublicFolder, or null.

Declaration
public SharePathError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type Description
SharePathError.InsidePublicFolder
| Improve this Doc View Source

AsInsideSharedFolder

Gets this instance as a InsideSharedFolder, or null.

Declaration
public SharePathError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type Description
SharePathError.InsideSharedFolder
| Improve this Doc View Source

AsInvalidPath

Gets this instance as a InvalidPath, or null.

Declaration
public SharePathError.InvalidPath AsInvalidPath { get; }
Property Value
Type Description
SharePathError.InvalidPath
| Improve this Doc View Source

AsIsAppFolder

Gets this instance as a IsAppFolder, or null.

Declaration
public SharePathError.IsAppFolder AsIsAppFolder { get; }
Property Value
Type Description
SharePathError.IsAppFolder
| Improve this Doc View Source

AsIsFamily

Gets this instance as a IsFamily, or null.

Declaration
public SharePathError.IsFamily AsIsFamily { get; }
Property Value
Type Description
SharePathError.IsFamily
| Improve this Doc View Source

AsIsFile

Gets this instance as a IsFile, or null.

Declaration
public SharePathError.IsFile AsIsFile { get; }
Property Value
Type Description
SharePathError.IsFile
| Improve this Doc View Source

AsIsOsxPackage

Gets this instance as a IsOsxPackage, or null.

Declaration
public SharePathError.IsOsxPackage AsIsOsxPackage { get; }
Property Value
Type Description
SharePathError.IsOsxPackage
| Improve this Doc View Source

AsIsPublicFolder

Gets this instance as a IsPublicFolder, or null.

Declaration
public SharePathError.IsPublicFolder AsIsPublicFolder { get; }
Property Value
Type Description
SharePathError.IsPublicFolder
| Improve this Doc View Source

AsIsVault

Gets this instance as a IsVault, or null.

Declaration
public SharePathError.IsVault AsIsVault { get; }
Property Value
Type Description
SharePathError.IsVault
| Improve this Doc View Source

AsIsVaultLocked

Gets this instance as a IsVaultLocked, or null.

Declaration
public SharePathError.IsVaultLocked AsIsVaultLocked { get; }
Property Value
Type Description
SharePathError.IsVaultLocked
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAlreadyShared

Gets a value indicating whether this instance is AlreadyShared

Declaration
public bool IsAlreadyShared { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContainsAppFolder

Gets a value indicating whether this instance is ContainsAppFolder

Declaration
public bool IsContainsAppFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContainsSharedFolder

Gets a value indicating whether this instance is ContainsSharedFolder

Declaration
public bool IsContainsSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContainsTeamFolder

Gets a value indicating whether this instance is ContainsTeamFolder

Declaration
public bool IsContainsTeamFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsideAppFolder

Gets a value indicating whether this instance is InsideAppFolder

Declaration
public bool IsInsideAppFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsideOsxPackage

Gets a value indicating whether this instance is InsideOsxPackage

Declaration
public bool IsInsideOsxPackage { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsidePublicFolder

Gets a value indicating whether this instance is InsidePublicFolder

Declaration
public bool IsInsidePublicFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsideSharedFolder

Gets a value indicating whether this instance is InsideSharedFolder

Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidPath

Gets a value indicating whether this instance is InvalidPath

Declaration
public bool IsInvalidPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsAppFolder

Gets a value indicating whether this instance is IsAppFolder

Declaration
public bool IsIsAppFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsFamily

Gets a value indicating whether this instance is IsFamily

Declaration
public bool IsIsFamily { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsFile

Gets a value indicating whether this instance is IsFile

Declaration
public bool IsIsFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsOsxPackage

Gets a value indicating whether this instance is IsOsxPackage

Declaration
public bool IsIsOsxPackage { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsPublicFolder

Gets a value indicating whether this instance is IsPublicFolder

Declaration
public bool IsIsPublicFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsVault

Gets a value indicating whether this instance is IsVault

Declaration
public bool IsIsVault { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsVaultLocked

Gets a value indicating whether this instance is IsVaultLocked

Declaration
public bool IsIsVaultLocked { 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
In This Article
  • Constructors
    • SharePathError()
  • Properties
    • AsAlreadyShared
    • AsContainsAppFolder
    • AsContainsSharedFolder
    • AsContainsTeamFolder
    • AsInsideAppFolder
    • AsInsideOsxPackage
    • AsInsidePublicFolder
    • AsInsideSharedFolder
    • AsInvalidPath
    • AsIsAppFolder
    • AsIsFamily
    • AsIsFile
    • AsIsOsxPackage
    • AsIsPublicFolder
    • AsIsVault
    • AsIsVaultLocked
    • AsOther
    • IsAlreadyShared
    • IsContainsAppFolder
    • IsContainsSharedFolder
    • IsContainsTeamFolder
    • IsInsideAppFolder
    • IsInsideOsxPackage
    • IsInsidePublicFolder
    • IsInsideSharedFolder
    • IsInvalidPath
    • IsIsAppFolder
    • IsIsFamily
    • IsIsFile
    • IsIsOsxPackage
    • IsIsPublicFolder
    • IsIsVault
    • IsIsVaultLocked
    • IsOther
Back to top Generated by DocFX