Show / Hide Table of Contents

Class PermissionDeniedReason

Possible reasons the user is denied a permission.

Inheritance
System.Object
PermissionDeniedReason
PermissionDeniedReason.FolderIsInsideSharedFolder
PermissionDeniedReason.FolderIsLimitedTeamFolder
PermissionDeniedReason.InsufficientPlan
PermissionDeniedReason.Other
PermissionDeniedReason.OwnerNotOnTeam
PermissionDeniedReason.PermissionDenied
PermissionDeniedReason.RestrictedByParentFolder
PermissionDeniedReason.RestrictedByTeam
PermissionDeniedReason.TargetIsIndirectMember
PermissionDeniedReason.TargetIsOwner
PermissionDeniedReason.TargetIsSelf
PermissionDeniedReason.TargetNotActive
PermissionDeniedReason.UserAccountType
PermissionDeniedReason.UserNotAllowedByOwner
PermissionDeniedReason.UserNotOnTeam
PermissionDeniedReason.UserNotSameTeamAsOwner
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 PermissionDeniedReason

Constructors

| Improve this Doc View Source

PermissionDeniedReason()

Initializes a new instance of the PermissionDeniedReason class.

Declaration
public PermissionDeniedReason()

Properties

| Improve this Doc View Source

AsFolderIsInsideSharedFolder

Gets this instance as a FolderIsInsideSharedFolder, or null.

Declaration
public PermissionDeniedReason.FolderIsInsideSharedFolder AsFolderIsInsideSharedFolder { get; }
Property Value
Type Description
PermissionDeniedReason.FolderIsInsideSharedFolder
| Improve this Doc View Source

AsFolderIsLimitedTeamFolder

Gets this instance as a FolderIsLimitedTeamFolder, or null.

Declaration
public PermissionDeniedReason.FolderIsLimitedTeamFolder AsFolderIsLimitedTeamFolder { get; }
Property Value
Type Description
PermissionDeniedReason.FolderIsLimitedTeamFolder
| Improve this Doc View Source

AsInsufficientPlan

Gets this instance as a InsufficientPlan, or null.

Declaration
public PermissionDeniedReason.InsufficientPlan AsInsufficientPlan { get; }
Property Value
Type Description
PermissionDeniedReason.InsufficientPlan
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsOwnerNotOnTeam

Gets this instance as a OwnerNotOnTeam, or null.

Declaration
public PermissionDeniedReason.OwnerNotOnTeam AsOwnerNotOnTeam { get; }
Property Value
Type Description
PermissionDeniedReason.OwnerNotOnTeam
| Improve this Doc View Source

AsPermissionDenied

Gets this instance as a PermissionDenied, or null.

Declaration
public PermissionDeniedReason.PermissionDenied AsPermissionDenied { get; }
Property Value
Type Description
PermissionDeniedReason.PermissionDenied
| Improve this Doc View Source

AsRestrictedByParentFolder

Gets this instance as a RestrictedByParentFolder, or null.

Declaration
public PermissionDeniedReason.RestrictedByParentFolder AsRestrictedByParentFolder { get; }
Property Value
Type Description
PermissionDeniedReason.RestrictedByParentFolder
| Improve this Doc View Source

AsRestrictedByTeam

Gets this instance as a RestrictedByTeam, or null.

Declaration
public PermissionDeniedReason.RestrictedByTeam AsRestrictedByTeam { get; }
Property Value
Type Description
PermissionDeniedReason.RestrictedByTeam
| Improve this Doc View Source

AsTargetIsIndirectMember

Gets this instance as a TargetIsIndirectMember, or null.

Declaration
public PermissionDeniedReason.TargetIsIndirectMember AsTargetIsIndirectMember { get; }
Property Value
Type Description
PermissionDeniedReason.TargetIsIndirectMember
| Improve this Doc View Source

AsTargetIsOwner

Gets this instance as a TargetIsOwner, or null.

Declaration
public PermissionDeniedReason.TargetIsOwner AsTargetIsOwner { get; }
Property Value
Type Description
PermissionDeniedReason.TargetIsOwner
| Improve this Doc View Source

AsTargetIsSelf

Gets this instance as a TargetIsSelf, or null.

Declaration
public PermissionDeniedReason.TargetIsSelf AsTargetIsSelf { get; }
Property Value
Type Description
PermissionDeniedReason.TargetIsSelf
| Improve this Doc View Source

AsTargetNotActive

Gets this instance as a TargetNotActive, or null.

Declaration
public PermissionDeniedReason.TargetNotActive AsTargetNotActive { get; }
Property Value
Type Description
PermissionDeniedReason.TargetNotActive
| Improve this Doc View Source

AsUserAccountType

Gets this instance as a UserAccountType, or null.

Declaration
public PermissionDeniedReason.UserAccountType AsUserAccountType { get; }
Property Value
Type Description
PermissionDeniedReason.UserAccountType
| Improve this Doc View Source

AsUserNotAllowedByOwner

Gets this instance as a UserNotAllowedByOwner, or null.

Declaration
public PermissionDeniedReason.UserNotAllowedByOwner AsUserNotAllowedByOwner { get; }
Property Value
Type Description
PermissionDeniedReason.UserNotAllowedByOwner
| Improve this Doc View Source

AsUserNotOnTeam

Gets this instance as a UserNotOnTeam, or null.

Declaration
public PermissionDeniedReason.UserNotOnTeam AsUserNotOnTeam { get; }
Property Value
Type Description
PermissionDeniedReason.UserNotOnTeam
| Improve this Doc View Source

AsUserNotSameTeamAsOwner

Gets this instance as a UserNotSameTeamAsOwner, or null.

Declaration
public PermissionDeniedReason.UserNotSameTeamAsOwner AsUserNotSameTeamAsOwner { get; }
Property Value
Type Description
PermissionDeniedReason.UserNotSameTeamAsOwner
| Improve this Doc View Source

IsFolderIsInsideSharedFolder

Gets a value indicating whether this instance is FolderIsInsideSharedFolder

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

IsFolderIsLimitedTeamFolder

Gets a value indicating whether this instance is FolderIsLimitedTeamFolder

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

IsInsufficientPlan

Gets a value indicating whether this instance is InsufficientPlan

Declaration
public bool IsInsufficientPlan { 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

IsOwnerNotOnTeam

Gets a value indicating whether this instance is OwnerNotOnTeam

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

IsPermissionDenied

Gets a value indicating whether this instance is PermissionDenied

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

IsRestrictedByParentFolder

Gets a value indicating whether this instance is RestrictedByParentFolder

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

IsRestrictedByTeam

Gets a value indicating whether this instance is RestrictedByTeam

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

IsTargetIsIndirectMember

Gets a value indicating whether this instance is TargetIsIndirectMember

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

IsTargetIsOwner

Gets a value indicating whether this instance is TargetIsOwner

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

IsTargetIsSelf

Gets a value indicating whether this instance is TargetIsSelf

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

IsTargetNotActive

Gets a value indicating whether this instance is TargetNotActive

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

IsUserAccountType

Gets a value indicating whether this instance is UserAccountType

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

IsUserNotAllowedByOwner

Gets a value indicating whether this instance is UserNotAllowedByOwner

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

IsUserNotOnTeam

Gets a value indicating whether this instance is UserNotOnTeam

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

IsUserNotSameTeamAsOwner

Gets a value indicating whether this instance is UserNotSameTeamAsOwner

Declaration
public bool IsUserNotSameTeamAsOwner { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PermissionDeniedReason()
  • Properties
    • AsFolderIsInsideSharedFolder
    • AsFolderIsLimitedTeamFolder
    • AsInsufficientPlan
    • AsOther
    • AsOwnerNotOnTeam
    • AsPermissionDenied
    • AsRestrictedByParentFolder
    • AsRestrictedByTeam
    • AsTargetIsIndirectMember
    • AsTargetIsOwner
    • AsTargetIsSelf
    • AsTargetNotActive
    • AsUserAccountType
    • AsUserNotAllowedByOwner
    • AsUserNotOnTeam
    • AsUserNotSameTeamAsOwner
    • IsFolderIsInsideSharedFolder
    • IsFolderIsLimitedTeamFolder
    • IsInsufficientPlan
    • IsOther
    • IsOwnerNotOnTeam
    • IsPermissionDenied
    • IsRestrictedByParentFolder
    • IsRestrictedByTeam
    • IsTargetIsIndirectMember
    • IsTargetIsOwner
    • IsTargetIsSelf
    • IsTargetNotActive
    • IsUserAccountType
    • IsUserNotAllowedByOwner
    • IsUserNotOnTeam
    • IsUserNotSameTeamAsOwner
Back to top Generated by DocFX