Class SharePathError
The share path error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharePathError
Constructors
| Improve this Doc View SourceSharePathError()
Initializes a new instance of the SharePathError class.
Declaration
public SharePathError()
Properties
| Improve this Doc View SourceAsAlreadyShared
Gets this instance as a AlreadyShared, or null
.
Declaration
public SharePathError.AlreadyShared AsAlreadyShared { get; }
Property Value
Type | Description |
---|---|
SharePathError.AlreadyShared |
AsContainsAppFolder
Gets this instance as a ContainsAppFolder, or null
.
Declaration
public SharePathError.ContainsAppFolder AsContainsAppFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.ContainsAppFolder |
AsContainsSharedFolder
Gets this instance as a ContainsSharedFolder, or null
.
Declaration
public SharePathError.ContainsSharedFolder AsContainsSharedFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.ContainsSharedFolder |
AsContainsTeamFolder
Gets this instance as a ContainsTeamFolder, or null
.
Declaration
public SharePathError.ContainsTeamFolder AsContainsTeamFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.ContainsTeamFolder |
AsInsideAppFolder
Gets this instance as a InsideAppFolder, or null
.
Declaration
public SharePathError.InsideAppFolder AsInsideAppFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.InsideAppFolder |
AsInsideOsxPackage
Gets this instance as a InsideOsxPackage, or null
.
Declaration
public SharePathError.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type | Description |
---|---|
SharePathError.InsideOsxPackage |
AsInsidePublicFolder
Gets this instance as a InsidePublicFolder, or null
.
Declaration
public SharePathError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.InsidePublicFolder |
AsInsideSharedFolder
Gets this instance as a InsideSharedFolder, or null
.
Declaration
public SharePathError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.InsideSharedFolder |
AsInvalidPath
Gets this instance as a InvalidPath, or null
.
Declaration
public SharePathError.InvalidPath AsInvalidPath { get; }
Property Value
Type | Description |
---|---|
SharePathError.InvalidPath |
AsIsAppFolder
Gets this instance as a IsAppFolder, or null
.
Declaration
public SharePathError.IsAppFolder AsIsAppFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsAppFolder |
AsIsFamily
Gets this instance as a IsFamily, or null
.
Declaration
public SharePathError.IsFamily AsIsFamily { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsFamily |
AsIsFile
Gets this instance as a IsFile, or null
.
Declaration
public SharePathError.IsFile AsIsFile { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsFile |
AsIsOsxPackage
Gets this instance as a IsOsxPackage, or null
.
Declaration
public SharePathError.IsOsxPackage AsIsOsxPackage { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsOsxPackage |
AsIsPublicFolder
Gets this instance as a IsPublicFolder, or null
.
Declaration
public SharePathError.IsPublicFolder AsIsPublicFolder { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsPublicFolder |
AsIsVault
Gets this instance as a IsVault, or null
.
Declaration
public SharePathError.IsVault AsIsVault { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsVault |
AsIsVaultLocked
Gets this instance as a IsVaultLocked, or null
.
Declaration
public SharePathError.IsVaultLocked AsIsVaultLocked { get; }
Property Value
Type | Description |
---|---|
SharePathError.IsVaultLocked |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharePathError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SharePathError.Other |
IsAlreadyShared
Gets a value indicating whether this instance is AlreadyShared
Declaration
public bool IsAlreadyShared { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContainsAppFolder
Gets a value indicating whether this instance is ContainsAppFolder
Declaration
public bool IsContainsAppFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContainsSharedFolder
Gets a value indicating whether this instance is ContainsSharedFolder
Declaration
public bool IsContainsSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContainsTeamFolder
Gets a value indicating whether this instance is ContainsTeamFolder
Declaration
public bool IsContainsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsideAppFolder
Gets a value indicating whether this instance is InsideAppFolder
Declaration
public bool IsInsideAppFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsideOsxPackage
Gets a value indicating whether this instance is InsideOsxPackage
Declaration
public bool IsInsideOsxPackage { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsidePublicFolder
Gets a value indicating whether this instance is InsidePublicFolder
Declaration
public bool IsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsideSharedFolder
Gets a value indicating whether this instance is InsideSharedFolder
Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidPath
Gets a value indicating whether this instance is InvalidPath
Declaration
public bool IsInvalidPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsAppFolder
Gets a value indicating whether this instance is IsAppFolder
Declaration
public bool IsIsAppFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsFamily
Gets a value indicating whether this instance is IsFamily
Declaration
public bool IsIsFamily { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsFile
Gets a value indicating whether this instance is IsFile
Declaration
public bool IsIsFile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsOsxPackage
Gets a value indicating whether this instance is IsOsxPackage
Declaration
public bool IsIsOsxPackage { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsPublicFolder
Gets a value indicating whether this instance is IsPublicFolder
Declaration
public bool IsIsPublicFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsVault
Gets a value indicating whether this instance is IsVault
Declaration
public bool IsIsVault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsVaultLocked
Gets a value indicating whether this instance is IsVaultLocked
Declaration
public bool IsIsVaultLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |