Show / Hide Table of Contents

Class UpdateFolderPolicyError.AccessError

The access error object

Inheritance
System.Object
UpdateFolderPolicyError
UpdateFolderPolicyError.AccessError
Inherited Members
UpdateFolderPolicyError.IsAccessError
UpdateFolderPolicyError.AsAccessError
UpdateFolderPolicyError.IsNotOnTeam
UpdateFolderPolicyError.AsNotOnTeam
UpdateFolderPolicyError.IsTeamPolicyDisallowsMemberPolicy
UpdateFolderPolicyError.AsTeamPolicyDisallowsMemberPolicy
UpdateFolderPolicyError.IsDisallowedSharedLinkPolicy
UpdateFolderPolicyError.AsDisallowedSharedLinkPolicy
UpdateFolderPolicyError.IsNoPermission
UpdateFolderPolicyError.AsNoPermission
UpdateFolderPolicyError.IsTeamFolder
UpdateFolderPolicyError.AsTeamFolder
UpdateFolderPolicyError.IsOther
UpdateFolderPolicyError.AsOther
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 sealed class AccessError : UpdateFolderPolicyError

Constructors

| Improve this Doc View Source

AccessError(SharedFolderAccessError)

Initializes a new instance of the UpdateFolderPolicyError.AccessError class.

Declaration
public AccessError(SharedFolderAccessError value)
Parameters
Type Name Description
SharedFolderAccessError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderAccessError Value { get; }
Property Value
Type Description
SharedFolderAccessError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError(SharedFolderAccessError)
  • Properties
    • Value
Back to top Generated by DocFX