Class SharingFileAccessError
User could not access this file.
Inheritance
System.Object
SharingFileAccessError
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 SharingFileAccessError
Constructors
| Improve this Doc View SourceSharingFileAccessError()
Initializes a new instance of the Sharing
Declaration
public SharingFileAccessError()
Properties
| Improve this Doc View SourceAsInsideOsxPackage
Gets this instance as a InsideOsxPackage, or null
.
Declaration
public SharingFileAccessError.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type | Description |
---|---|
Sharing |
AsInsidePublicFolder
Gets this instance as a InsidePublicFolder, or null
.
Declaration
public SharingFileAccessError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
Sharing |
AsInvalidFile
Gets this instance as a InvalidFile, or null
.
Declaration
public SharingFileAccessError.InvalidFile AsInvalidFile { get; }
Property Value
Type | Description |
---|---|
Sharing |
AsIsFolder
Gets this instance as a IsFolder, or null
.
Declaration
public SharingFileAccessError.IsFolder AsIsFolder { get; }
Property Value
Type | Description |
---|---|
Sharing |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public SharingFileAccessError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
Sharing |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharingFileAccessError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Sharing |
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. |
IsInvalidFile
Gets a value indicating whether this instance is InvalidFile
Declaration
public bool IsInvalidFile { get; }
Property Value
Type | Description |
---|---|
System. |
IsIsFolder
Gets a value indicating whether this instance is IsFolder
Declaration
public bool IsIsFolder { get; }
Property Value
Type | Description |
---|---|
System. |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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. |