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 SharingFileAccessError class.
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 |
---|---|
SharingFileAccessError.InsideOsxPackage |
AsInsidePublicFolder
Gets this instance as a InsidePublicFolder, or null
.
Declaration
public SharingFileAccessError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type | Description |
---|---|
SharingFileAccessError.InsidePublicFolder |
AsInvalidFile
Gets this instance as a InvalidFile, or null
.
Declaration
public SharingFileAccessError.InvalidFile AsInvalidFile { get; }
Property Value
Type | Description |
---|---|
SharingFileAccessError.InvalidFile |
AsIsFolder
Gets this instance as a IsFolder, or null
.
Declaration
public SharingFileAccessError.IsFolder AsIsFolder { get; }
Property Value
Type | Description |
---|---|
SharingFileAccessError.IsFolder |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public SharingFileAccessError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
SharingFileAccessError.NoPermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SharingFileAccessError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SharingFileAccessError.Other |
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 |
IsInvalidFile
Gets a value indicating whether this instance is InvalidFile
Declaration
public bool IsInvalidFile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIsFolder
Gets a value indicating whether this instance is IsFolder
Declaration
public bool IsIsFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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 |