Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFolderPolicyError.NoPermission

The current user does not have permission to perform this action.

Inheritance
object
UpdateFolderPolicyError
UpdateFolderPolicyError.NoPermission
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class UpdateFolderPolicyError.NoPermission : UpdateFolderPolicyError

Fields

View Source

Instance

A singleton instance of NoPermission

Declaration
public static readonly UpdateFolderPolicyError.NoPermission Instance
Field Value
Type Description
UpdateFolderPolicyError.NoPermission
  • View Source
In this article
Back to top Dropbox .NET SDK