Show / Hide Table of Contents

Class SharingFileAccessError

User could not access this file.

Inheritance
System.Object
SharingFileAccessError
SharingFileAccessError.InsideOsxPackage
SharingFileAccessError.InsidePublicFolder
SharingFileAccessError.InvalidFile
SharingFileAccessError.IsFolder
SharingFileAccessError.NoPermission
SharingFileAccessError.Other
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 Source

SharingFileAccessError()

Initializes a new instance of the SharingFileAccessError class.

Declaration
public SharingFileAccessError()

Properties

| Improve this Doc View Source

AsInsideOsxPackage

Gets this instance as a InsideOsxPackage, or null.

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

AsInsidePublicFolder

Gets this instance as a InsidePublicFolder, or null.

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

AsInvalidFile

Gets this instance as a InvalidFile, or null.

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

AsIsFolder

Gets this instance as a IsFolder, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsInsideOsxPackage

Gets a value indicating whether this instance is InsideOsxPackage

Declaration
public bool IsInsideOsxPackage { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsidePublicFolder

Gets a value indicating whether this instance is InsidePublicFolder

Declaration
public bool IsInsidePublicFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidFile

Gets a value indicating whether this instance is InvalidFile

Declaration
public bool IsInvalidFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIsFolder

Gets a value indicating whether this instance is IsFolder

Declaration
public bool IsIsFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingFileAccessError()
  • Properties
    • AsInsideOsxPackage
    • AsInsidePublicFolder
    • AsInvalidFile
    • AsIsFolder
    • AsNoPermission
    • AsOther
    • IsInsideOsxPackage
    • IsInsidePublicFolder
    • IsInvalidFile
    • IsIsFolder
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX