Show / Hide Table of Contents

Class UpdateFolderPolicyError

The update folder policy error object

Inheritance
System.Object
UpdateFolderPolicyError
UpdateFolderPolicyError.AccessError
UpdateFolderPolicyError.DisallowedSharedLinkPolicy
UpdateFolderPolicyError.NoPermission
UpdateFolderPolicyError.NotOnTeam
UpdateFolderPolicyError.Other
UpdateFolderPolicyError.TeamFolder
UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy
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 UpdateFolderPolicyError

Constructors

| Improve this Doc View Source

UpdateFolderPolicyError()

Initializes a new instance of the UpdateFolderPolicyError class.

Declaration
public UpdateFolderPolicyError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public UpdateFolderPolicyError.AccessError AsAccessError { get; }
Property Value
Type Description
UpdateFolderPolicyError.AccessError
| Improve this Doc View Source

AsDisallowedSharedLinkPolicy

Gets this instance as a DisallowedSharedLinkPolicy, or null.

Declaration
public UpdateFolderPolicyError.DisallowedSharedLinkPolicy AsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
UpdateFolderPolicyError.DisallowedSharedLinkPolicy
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public UpdateFolderPolicyError.NoPermission AsNoPermission { get; }
Property Value
Type Description
UpdateFolderPolicyError.NoPermission
| Improve this Doc View Source

AsNotOnTeam

Gets this instance as a NotOnTeam, or null.

Declaration
public UpdateFolderPolicyError.NotOnTeam AsNotOnTeam { get; }
Property Value
Type Description
UpdateFolderPolicyError.NotOnTeam
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public UpdateFolderPolicyError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
UpdateFolderPolicyError.TeamFolder
| Improve this Doc View Source

AsTeamPolicyDisallowsMemberPolicy

Gets this instance as a TeamPolicyDisallowsMemberPolicy, or null.

Declaration
public UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy AsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
UpdateFolderPolicyError.TeamPolicyDisallowsMemberPolicy
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisallowedSharedLinkPolicy

Gets a value indicating whether this instance is DisallowedSharedLinkPolicy

Declaration
public bool IsDisallowedSharedLinkPolicy { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotOnTeam

Gets a value indicating whether this instance is NotOnTeam

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

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

Declaration
public bool IsTeamFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamPolicyDisallowsMemberPolicy

Gets a value indicating whether this instance is TeamPolicyDisallowsMemberPolicy

Declaration
public bool IsTeamPolicyDisallowsMemberPolicy { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UpdateFolderPolicyError()
  • Properties
    • AsAccessError
    • AsDisallowedSharedLinkPolicy
    • AsNoPermission
    • AsNotOnTeam
    • AsOther
    • AsTeamFolder
    • AsTeamPolicyDisallowsMemberPolicy
    • IsAccessError
    • IsDisallowedSharedLinkPolicy
    • IsNoPermission
    • IsNotOnTeam
    • IsOther
    • IsTeamFolder
    • IsTeamPolicyDisallowsMemberPolicy
Back to top Generated by DocFX