Class PermissionDeniedReason
Possible reasons the user is denied a permission.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class PermissionDeniedReason
Constructors
| Improve this Doc View SourcePermissionDeniedReason()
Initializes a new instance of the PermissionDeniedReason class.
Declaration
public PermissionDeniedReason()
Properties
| Improve this Doc View SourceAsFolderIsInsideSharedFolder
Gets this instance as a FolderIsInsideSharedFolder, or null
.
Declaration
public PermissionDeniedReason.FolderIsInsideSharedFolder AsFolderIsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.FolderIsInsideSharedFolder |
AsFolderIsLimitedTeamFolder
Gets this instance as a FolderIsLimitedTeamFolder, or null
.
Declaration
public PermissionDeniedReason.FolderIsLimitedTeamFolder AsFolderIsLimitedTeamFolder { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.FolderIsLimitedTeamFolder |
AsInsufficientPlan
Gets this instance as a InsufficientPlan, or null
.
Declaration
public PermissionDeniedReason.InsufficientPlan AsInsufficientPlan { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.InsufficientPlan |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PermissionDeniedReason.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.Other |
AsOwnerNotOnTeam
Gets this instance as a OwnerNotOnTeam, or null
.
Declaration
public PermissionDeniedReason.OwnerNotOnTeam AsOwnerNotOnTeam { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.OwnerNotOnTeam |
AsPermissionDenied
Gets this instance as a PermissionDenied, or null
.
Declaration
public PermissionDeniedReason.PermissionDenied AsPermissionDenied { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.PermissionDenied |
AsRestrictedByParentFolder
Gets this instance as a RestrictedByParentFolder, or null
.
Declaration
public PermissionDeniedReason.RestrictedByParentFolder AsRestrictedByParentFolder { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.RestrictedByParentFolder |
AsRestrictedByTeam
Gets this instance as a RestrictedByTeam, or null
.
Declaration
public PermissionDeniedReason.RestrictedByTeam AsRestrictedByTeam { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.RestrictedByTeam |
AsTargetIsIndirectMember
Gets this instance as a TargetIsIndirectMember, or null
.
Declaration
public PermissionDeniedReason.TargetIsIndirectMember AsTargetIsIndirectMember { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.TargetIsIndirectMember |
AsTargetIsOwner
Gets this instance as a TargetIsOwner, or null
.
Declaration
public PermissionDeniedReason.TargetIsOwner AsTargetIsOwner { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.TargetIsOwner |
AsTargetIsSelf
Gets this instance as a TargetIsSelf, or null
.
Declaration
public PermissionDeniedReason.TargetIsSelf AsTargetIsSelf { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.TargetIsSelf |
AsTargetNotActive
Gets this instance as a TargetNotActive, or null
.
Declaration
public PermissionDeniedReason.TargetNotActive AsTargetNotActive { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.TargetNotActive |
AsUserAccountType
Gets this instance as a UserAccountType, or null
.
Declaration
public PermissionDeniedReason.UserAccountType AsUserAccountType { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.UserAccountType |
AsUserNotAllowedByOwner
Gets this instance as a UserNotAllowedByOwner, or null
.
Declaration
public PermissionDeniedReason.UserNotAllowedByOwner AsUserNotAllowedByOwner { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.UserNotAllowedByOwner |
AsUserNotOnTeam
Gets this instance as a UserNotOnTeam, or null
.
Declaration
public PermissionDeniedReason.UserNotOnTeam AsUserNotOnTeam { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.UserNotOnTeam |
AsUserNotSameTeamAsOwner
Gets this instance as a UserNotSameTeamAsOwner, or null
.
Declaration
public PermissionDeniedReason.UserNotSameTeamAsOwner AsUserNotSameTeamAsOwner { get; }
Property Value
Type | Description |
---|---|
PermissionDeniedReason.UserNotSameTeamAsOwner |
IsFolderIsInsideSharedFolder
Gets a value indicating whether this instance is FolderIsInsideSharedFolder
Declaration
public bool IsFolderIsInsideSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFolderIsLimitedTeamFolder
Gets a value indicating whether this instance is FolderIsLimitedTeamFolder
Declaration
public bool IsFolderIsLimitedTeamFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPlan
Gets a value indicating whether this instance is InsufficientPlan
Declaration
public bool IsInsufficientPlan { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOwnerNotOnTeam
Gets a value indicating whether this instance is OwnerNotOnTeam
Declaration
public bool IsOwnerNotOnTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPermissionDenied
Gets a value indicating whether this instance is PermissionDenied
Declaration
public bool IsPermissionDenied { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedByParentFolder
Gets a value indicating whether this instance is RestrictedByParentFolder
Declaration
public bool IsRestrictedByParentFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedByTeam
Gets a value indicating whether this instance is RestrictedByTeam
Declaration
public bool IsRestrictedByTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTargetIsIndirectMember
Gets a value indicating whether this instance is TargetIsIndirectMember
Declaration
public bool IsTargetIsIndirectMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTargetIsOwner
Gets a value indicating whether this instance is TargetIsOwner
Declaration
public bool IsTargetIsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTargetIsSelf
Gets a value indicating whether this instance is TargetIsSelf
Declaration
public bool IsTargetIsSelf { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTargetNotActive
Gets a value indicating whether this instance is TargetNotActive
Declaration
public bool IsTargetNotActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserAccountType
Gets a value indicating whether this instance is UserAccountType
Declaration
public bool IsUserAccountType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotAllowedByOwner
Gets a value indicating whether this instance is UserNotAllowedByOwner
Declaration
public bool IsUserNotAllowedByOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotOnTeam
Gets a value indicating whether this instance is UserNotOnTeam
Declaration
public bool IsUserNotOnTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotSameTeamAsOwner
Gets a value indicating whether this instance is UserNotSameTeamAsOwner
Declaration
public bool IsUserNotSameTeamAsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |