Show / Hide Table of Contents

Class VisibilityPolicyDisallowedReason

The visibility policy disallowed reason object

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

Constructors

| Improve this Doc View Source

VisibilityPolicyDisallowedReason()

Initializes a new instance of the VisibilityPolicyDisallowedReason class.

Declaration
public VisibilityPolicyDisallowedReason()

Properties

| Improve this Doc View Source

AsDeleteAndRecreate

Gets this instance as a DeleteAndRecreate, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPermissionDenied

Gets this instance as a PermissionDenied, or null.

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

AsRestrictedBySharedFolder

Gets this instance as a RestrictedBySharedFolder, or null.

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

AsRestrictedByTeam

Gets this instance as a RestrictedByTeam, or null.

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

AsUserAccountType

Gets this instance as a UserAccountType, or null.

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

AsUserNotOnTeam

Gets this instance as a UserNotOnTeam, or null.

Declaration
public VisibilityPolicyDisallowedReason.UserNotOnTeam AsUserNotOnTeam { get; }
Property Value
Type Description
VisibilityPolicyDisallowedReason.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
    • VisibilityPolicyDisallowedReason()
  • Properties
    • AsDeleteAndRecreate
    • AsOther
    • AsPermissionDenied
    • AsRestrictedBySharedFolder
    • AsRestrictedByTeam
    • AsUserAccountType
    • AsUserNotOnTeam
    • IsDeleteAndRecreate
    • IsOther
    • IsPermissionDenied
    • IsRestrictedBySharedFolder
    • IsRestrictedByTeam
    • IsUserAccountType
    • IsUserNotOnTeam
Back to top Generated by DocFX