Show / Hide Table of Contents

Class LinkAudienceDisallowedReason

check documentation for VisibilityPolicyDisallowedReason.

Inheritance
System.Object
LinkAudienceDisallowedReason
LinkAudienceDisallowedReason.DeleteAndRecreate
LinkAudienceDisallowedReason.Other
LinkAudienceDisallowedReason.PermissionDenied
LinkAudienceDisallowedReason.RestrictedBySharedFolder
LinkAudienceDisallowedReason.RestrictedByTeam
LinkAudienceDisallowedReason.UserAccountType
LinkAudienceDisallowedReason.UserNotOnTeam
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 LinkAudienceDisallowedReason

Constructors

| Improve this Doc View Source

LinkAudienceDisallowedReason()

Initializes a new instance of the LinkAudienceDisallowedReason class.

Declaration
public LinkAudienceDisallowedReason()

Properties

| Improve this Doc View Source

AsDeleteAndRecreate

Gets this instance as a DeleteAndRecreate, or null.

Declaration
public LinkAudienceDisallowedReason.DeleteAndRecreate AsDeleteAndRecreate { get; }
Property Value
Type Description
LinkAudienceDisallowedReason.DeleteAndRecreate
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPermissionDenied

Gets this instance as a PermissionDenied, or null.

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

AsRestrictedBySharedFolder

Gets this instance as a RestrictedBySharedFolder, or null.

Declaration
public LinkAudienceDisallowedReason.RestrictedBySharedFolder AsRestrictedBySharedFolder { get; }
Property Value
Type Description
LinkAudienceDisallowedReason.RestrictedBySharedFolder
| Improve this Doc View Source

AsRestrictedByTeam

Gets this instance as a RestrictedByTeam, or null.

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

AsUserAccountType

Gets this instance as a UserAccountType, or null.

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

AsUserNotOnTeam

Gets this instance as a UserNotOnTeam, or null.

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

IsDeleteAndRecreate

Gets a value indicating whether this instance is DeleteAndRecreate

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

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

IsRestrictedBySharedFolder

Gets a value indicating whether this instance is RestrictedBySharedFolder

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

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

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
In This Article
  • Constructors
    • LinkAudienceDisallowedReason()
  • Properties
    • AsDeleteAndRecreate
    • AsOther
    • AsPermissionDenied
    • AsRestrictedBySharedFolder
    • AsRestrictedByTeam
    • AsUserAccountType
    • AsUserNotOnTeam
    • IsDeleteAndRecreate
    • IsOther
    • IsPermissionDenied
    • IsRestrictedBySharedFolder
    • IsRestrictedByTeam
    • IsUserAccountType
    • IsUserNotOnTeam
Back to top Generated by DocFX