Show / Hide Table of Contents

Class AddFolderMemberError

The add folder member error object

Inheritance
System.Object
AddFolderMemberError
AddFolderMemberError.AccessError
AddFolderMemberError.BadMember
AddFolderMemberError.BannedMember
AddFolderMemberError.CantShareOutsideTeam
AddFolderMemberError.EmailUnverified
AddFolderMemberError.InsufficientPlan
AddFolderMemberError.InvalidSharedFolder
AddFolderMemberError.NoPermission
AddFolderMemberError.Other
AddFolderMemberError.RateLimit
AddFolderMemberError.TeamFolder
AddFolderMemberError.TooManyInvitees
AddFolderMemberError.TooManyMembers
AddFolderMemberError.TooManyPendingInvites
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 AddFolderMemberError

Constructors

| Improve this Doc View Source

AddFolderMemberError()

Initializes a new instance of the AddFolderMemberError class.

Declaration
public AddFolderMemberError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsBadMember

Gets this instance as a BadMember, or null.

Declaration
public AddFolderMemberError.BadMember AsBadMember { get; }
Property Value
Type Description
AddFolderMemberError.BadMember
| Improve this Doc View Source

AsBannedMember

Gets this instance as a BannedMember, or null.

Declaration
public AddFolderMemberError.BannedMember AsBannedMember { get; }
Property Value
Type Description
AddFolderMemberError.BannedMember
| Improve this Doc View Source

AsCantShareOutsideTeam

Gets this instance as a CantShareOutsideTeam, or null.

Declaration
public AddFolderMemberError.CantShareOutsideTeam AsCantShareOutsideTeam { get; }
Property Value
Type Description
AddFolderMemberError.CantShareOutsideTeam
| Improve this Doc View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public AddFolderMemberError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
AddFolderMemberError.EmailUnverified
| Improve this Doc View Source

AsInsufficientPlan

Gets this instance as a InsufficientPlan, or null.

Declaration
public AddFolderMemberError.InsufficientPlan AsInsufficientPlan { get; }
Property Value
Type Description
AddFolderMemberError.InsufficientPlan
| Improve this Doc View Source

AsInvalidSharedFolder

Gets this instance as a InvalidSharedFolder, or null.

Declaration
public AddFolderMemberError.InvalidSharedFolder AsInvalidSharedFolder { get; }
Property Value
Type Description
AddFolderMemberError.InvalidSharedFolder
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRateLimit

Gets this instance as a RateLimit, or null.

Declaration
public AddFolderMemberError.RateLimit AsRateLimit { get; }
Property Value
Type Description
AddFolderMemberError.RateLimit
| Improve this Doc View Source

AsTeamFolder

Gets this instance as a TeamFolder, or null.

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

AsTooManyInvitees

Gets this instance as a TooManyInvitees, or null.

Declaration
public AddFolderMemberError.TooManyInvitees AsTooManyInvitees { get; }
Property Value
Type Description
AddFolderMemberError.TooManyInvitees
| Improve this Doc View Source

AsTooManyMembers

Gets this instance as a TooManyMembers, or null.

Declaration
public AddFolderMemberError.TooManyMembers AsTooManyMembers { get; }
Property Value
Type Description
AddFolderMemberError.TooManyMembers
| Improve this Doc View Source

AsTooManyPendingInvites

Gets this instance as a TooManyPendingInvites, or null.

Declaration
public AddFolderMemberError.TooManyPendingInvites AsTooManyPendingInvites { get; }
Property Value
Type Description
AddFolderMemberError.TooManyPendingInvites
| 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

IsBadMember

Gets a value indicating whether this instance is BadMember

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

IsBannedMember

Gets a value indicating whether this instance is BannedMember

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

IsCantShareOutsideTeam

Gets a value indicating whether this instance is CantShareOutsideTeam

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

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

IsInsufficientPlan

Gets a value indicating whether this instance is InsufficientPlan

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

IsInvalidSharedFolder

Gets a value indicating whether this instance is InvalidSharedFolder

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

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

IsRateLimit

Gets a value indicating whether this instance is RateLimit

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

IsTooManyInvitees

Gets a value indicating whether this instance is TooManyInvitees

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

IsTooManyMembers

Gets a value indicating whether this instance is TooManyMembers

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

IsTooManyPendingInvites

Gets a value indicating whether this instance is TooManyPendingInvites

Declaration
public bool IsTooManyPendingInvites { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddFolderMemberError()
  • Properties
    • AsAccessError
    • AsBadMember
    • AsBannedMember
    • AsCantShareOutsideTeam
    • AsEmailUnverified
    • AsInsufficientPlan
    • AsInvalidSharedFolder
    • AsNoPermission
    • AsOther
    • AsRateLimit
    • AsTeamFolder
    • AsTooManyInvitees
    • AsTooManyMembers
    • AsTooManyPendingInvites
    • IsAccessError
    • IsBadMember
    • IsBannedMember
    • IsCantShareOutsideTeam
    • IsEmailUnverified
    • IsInsufficientPlan
    • IsInvalidSharedFolder
    • IsNoPermission
    • IsOther
    • IsRateLimit
    • IsTeamFolder
    • IsTooManyInvitees
    • IsTooManyMembers
    • IsTooManyPendingInvites
Back to top Generated by DocFX