Class LinkAudienceDisallowedReason
check documentation for VisibilityPolicyDisallowedReason.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkAudienceDisallowedReason
Constructors
| Improve this Doc View SourceLinkAudienceDisallowedReason()
Initializes a new instance of the LinkAudienceDisallowedReason class.
Declaration
public LinkAudienceDisallowedReason()
Properties
| Improve this Doc View SourceAsDeleteAndRecreate
Gets this instance as a DeleteAndRecreate, or null
.
Declaration
public LinkAudienceDisallowedReason.DeleteAndRecreate AsDeleteAndRecreate { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.DeleteAndRecreate |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LinkAudienceDisallowedReason.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.Other |
AsPermissionDenied
Gets this instance as a PermissionDenied, or null
.
Declaration
public LinkAudienceDisallowedReason.PermissionDenied AsPermissionDenied { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.PermissionDenied |
AsRestrictedBySharedFolder
Gets this instance as a RestrictedBySharedFolder, or null
.
Declaration
public LinkAudienceDisallowedReason.RestrictedBySharedFolder AsRestrictedBySharedFolder { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.RestrictedBySharedFolder |
AsRestrictedByTeam
Gets this instance as a RestrictedByTeam, or null
.
Declaration
public LinkAudienceDisallowedReason.RestrictedByTeam AsRestrictedByTeam { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.RestrictedByTeam |
AsUserAccountType
Gets this instance as a UserAccountType, or null
.
Declaration
public LinkAudienceDisallowedReason.UserAccountType AsUserAccountType { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.UserAccountType |
AsUserNotOnTeam
Gets this instance as a UserNotOnTeam, or null
.
Declaration
public LinkAudienceDisallowedReason.UserNotOnTeam AsUserNotOnTeam { get; }
Property Value
Type | Description |
---|---|
LinkAudienceDisallowedReason.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 |