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 Share
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 |
---|---|
Share |
AsContainsAppFolder
Gets this instance as a ContainsAppFolder, or null
.
Declaration
public SharePathError.ContainsAppFolder AsContainsAppFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsContainsSharedFolder
Gets this instance as a ContainsSharedFolder, or null
.
Declaration
public SharePathError.ContainsSharedFolder AsContainsSharedFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsContainsTeamFolder
Gets this instance as a ContainsTeamFolder, or null
.
Declaration
public SharePathError.ContainsTeamFolder AsContainsTeamFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsInsideAppFolder
Gets this instance as a InsideAppFolder, or null
.
Declaration
public SharePathError.InsideAppFolder AsInsideAppFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsInsideOsxPackage
Gets this instance as a InsideOsxPackage, or null
.
Declaration
public SharePathError.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type | Description |
---|---|
Share |
AsInsidePublicFolder
Gets this instance as a InsidePublicFolder, or null
.
Declaration
public SharePathError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsInsideSharedFolder
Gets this instance as a InsideSharedFolder, or null
.
Declaration
public SharePathError.InsideSharedFolder AsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsInvalidPath
Gets this instance as a InvalidPath, or null
.
Declaration
public SharePathError.InvalidPath AsInvalidPath { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsAppFolder
Gets this instance as a IsAppFolder, or null
.
Declaration
public SharePathError.IsAppFolder AsIsAppFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsFamily
Gets this instance as a IsFamily, or null
.
Declaration
public SharePathError.IsFamily AsIsFamily { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsFile
Gets this instance as a IsFile, or null
.
Declaration
public SharePathError.IsFile AsIsFile { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsOsxPackage
Gets this instance as a IsOsxPackage, or null
.
Declaration
public SharePathError.IsOsxPackage AsIsOsxPackage { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsPublicFolder
Gets this instance as a IsPublicFolder, or null
.
Declaration
public SharePathError.IsPublicFolder AsIsPublicFolder { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsVault
Gets this instance as a IsVault, or null
.
Declaration
public SharePathError.IsVault AsIsVault { get; }
Property Value
Type | Description |
---|---|
Share |
AsIsVaultLocked
Gets this instance as a IsVaultLocked, or null
.
Declaration
public SharePathError.IsVaultLocked AsIsVaultLocked { get; }
Property Value
Type | Description |
---|---|
Share |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharePathError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Share |
IsAlreadyShared
Gets a value indicating whether this instance is AlreadyShared
Declaration
public bool IsAlreadyShared { get; }
Property Value
Type | Description |
---|---|
System. |
IsContainsAppFolder
Gets a value indicating whether this instance is ContainsAppFolder
Declaration
public bool IsContainsAppFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsContainsSharedFolder
Gets a value indicating whether this instance is ContainsSharedFolder
Declaration
public bool IsContainsSharedFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsContainsTeamFolder
Gets a value indicating whether this instance is ContainsTeamFolder
Declaration
public bool IsContainsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsideAppFolder
Gets a value indicating whether this instance is InsideAppFolder
Declaration
public bool IsInsideAppFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsideOsxPackage
Gets a value indicating whether this instance is InsideOsxPackage
Declaration
public bool IsInsideOsxPackage { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsidePublicFolder
Gets a value indicating whether this instance is InsidePublicFolder
Declaration
public bool IsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsInsideSharedFolder
Gets a value indicating whether this instance is InsideSharedFolder
Declaration
public bool IsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsInvalidPath
Gets a value indicating whether this instance is InvalidPath
Declaration
public bool IsInvalidPath { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsAppFolder
Gets a value indicating whether this instance is IsAppFolder
Declaration
public bool IsIsAppFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsFamily
Gets a value indicating whether this instance is IsFamily
Declaration
public bool IsIsFamily { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsFile
Gets a value indicating whether this instance is IsFile
Declaration
public bool IsIsFile { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsOsxPackage
Gets a value indicating whether this instance is IsOsxPackage
Declaration
public bool IsIsOsxPackage { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsPublicFolder
Gets a value indicating whether this instance is IsPublicFolder
Declaration
public bool IsIsPublicFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsVault
Gets a value indicating whether this instance is IsVault
Declaration
public bool IsIsVault { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsVaultLocked
Gets a value indicating whether this instance is IsVaultLocked
Declaration
public bool IsIsVaultLocked { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |