Class VisibilityPolicyDisallowedReason
The visibility policy disallowed reason object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class VisibilityPolicyDisallowedReason
Constructors
| Improve this Doc View SourceVisibilityPolicyDisallowedReason()
Initializes a new instance of the VisibilityPolicyDisallowedReason class.
Declaration
public VisibilityPolicyDisallowedReason()
Properties
| Improve this Doc View SourceAsDeleteAndRecreate
Gets this instance as a DeleteAndRecreate, or null
.
Declaration
public VisibilityPolicyDisallowedReason.DeleteAndRecreate AsDeleteAndRecreate { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.DeleteAndRecreate |
AsOther
Gets this instance as a Other, or null
.
Declaration
public VisibilityPolicyDisallowedReason.Other AsOther { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.Other |
AsPermissionDenied
Gets this instance as a PermissionDenied, or null
.
Declaration
public VisibilityPolicyDisallowedReason.PermissionDenied AsPermissionDenied { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.PermissionDenied |
AsRestrictedBySharedFolder
Gets this instance as a RestrictedBySharedFolder, or null
.
Declaration
public VisibilityPolicyDisallowedReason.RestrictedBySharedFolder AsRestrictedBySharedFolder { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.RestrictedBySharedFolder |
AsRestrictedByTeam
Gets this instance as a RestrictedByTeam, or null
.
Declaration
public VisibilityPolicyDisallowedReason.RestrictedByTeam AsRestrictedByTeam { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.RestrictedByTeam |
AsUserAccountType
Gets this instance as a UserAccountType, or null
.
Declaration
public VisibilityPolicyDisallowedReason.UserAccountType AsUserAccountType { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.UserAccountType |
AsUserNotOnTeam
Gets this instance as a UserNotOnTeam, or null
.
Declaration
public VisibilityPolicyDisallowedReason.UserNotOnTeam AsUserNotOnTeam { get; }
Property Value
Type | Description |
---|---|
VisibilityPolicyDisallowedReason.UserNotOnTeam |
IsDeleteAndRecreate
Gets a value indicating whether this instance is DeleteAndRecreate
Declaration
public bool IsDeleteAndRecreate { 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 |
IsPermissionDenied
Gets a value indicating whether this instance is PermissionDenied
Declaration
public bool IsPermissionDenied { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedBySharedFolder
Gets a value indicating whether this instance is RestrictedBySharedFolder
Declaration
public bool IsRestrictedBySharedFolder { 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 |
IsUserAccountType
Gets a value indicating whether this instance is UserAccountType
Declaration
public bool IsUserAccountType { 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 |