Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingFileAccessError

User could not access this file.

Inheritance
object
SharingFileAccessError
SharingFileAccessError.InsideOsxPackage
SharingFileAccessError.InsidePublicFolder
SharingFileAccessError.InvalidFile
SharingFileAccessError.IsFolder
SharingFileAccessError.NoPermission
SharingFileAccessError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharingFileAccessError

Constructors

View Source

SharingFileAccessError()

Initializes a new instance of the SharingFileAccessError class.

Declaration
public SharingFileAccessError()

Properties

View Source

AsInsideOsxPackage

Gets this instance as a InsideOsxPackage, or null.

Declaration
public SharingFileAccessError.InsideOsxPackage AsInsideOsxPackage { get; }
Property Value
Type Description
SharingFileAccessError.InsideOsxPackage
View Source

AsInsidePublicFolder

Gets this instance as a InsidePublicFolder, or null.

Declaration
public SharingFileAccessError.InsidePublicFolder AsInsidePublicFolder { get; }
Property Value
Type Description
SharingFileAccessError.InsidePublicFolder
View Source

AsInvalidFile

Gets this instance as a InvalidFile, or null.

Declaration
public SharingFileAccessError.InvalidFile AsInvalidFile { get; }
Property Value
Type Description
SharingFileAccessError.InvalidFile
View Source

AsIsFolder

Gets this instance as a IsFolder, or null.

Declaration
public SharingFileAccessError.IsFolder AsIsFolder { get; }
Property Value
Type Description
SharingFileAccessError.IsFolder
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public SharingFileAccessError.NoPermission AsNoPermission { get; }
Property Value
Type Description
SharingFileAccessError.NoPermission
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharingFileAccessError.Other AsOther { get; }
Property Value
Type Description
SharingFileAccessError.Other
View Source

IsInsideOsxPackage

Gets a value indicating whether this instance is InsideOsxPackage

Declaration
public bool IsInsideOsxPackage { get; }
Property Value
Type Description
bool
View Source

IsInsidePublicFolder

Gets a value indicating whether this instance is InsidePublicFolder

Declaration
public bool IsInsidePublicFolder { get; }
Property Value
Type Description
bool
View Source

IsInvalidFile

Gets a value indicating whether this instance is InvalidFile

Declaration
public bool IsInvalidFile { get; }
Property Value
Type Description
bool
View Source

IsIsFolder

Gets a value indicating whether this instance is IsFolder

Declaration
public bool IsIsFolder { get; }
Property Value
Type Description
bool
View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK