Show / Hide Table of Contents

Class UpdateFolderMemberError

The update folder member error object

Inheritance
System.Object
UpdateFolderMemberError
UpdateFolderMemberError.AccessError
UpdateFolderMemberError.InsufficientPlan
UpdateFolderMemberError.MemberError
UpdateFolderMemberError.NoExplicitAccess
UpdateFolderMemberError.NoPermission
UpdateFolderMemberError.Other
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 UpdateFolderMemberError

Constructors

| Improve this Doc View Source

UpdateFolderMemberError()

Initializes a new instance of the UpdateFolderMemberError class.

Declaration
public UpdateFolderMemberError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsInsufficientPlan

Gets this instance as a InsufficientPlan, or null.

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

AsMemberError

Gets this instance as a MemberError, or null.

Declaration
public UpdateFolderMemberError.MemberError AsMemberError { get; }
Property Value
Type Description
UpdateFolderMemberError.MemberError
| Improve this Doc View Source

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

Declaration
public UpdateFolderMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type Description
UpdateFolderMemberError.NoExplicitAccess
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public UpdateFolderMemberError.Other AsOther { get; }
Property Value
Type Description
UpdateFolderMemberError.Other
| 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

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

IsMemberError

Gets a value indicating whether this instance is MemberError

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

IsNoExplicitAccess

Gets a value indicating whether this instance is NoExplicitAccess

Declaration
public bool IsNoExplicitAccess { 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
In This Article
  • Constructors
    • UpdateFolderMemberError()
  • Properties
    • AsAccessError
    • AsInsufficientPlan
    • AsMemberError
    • AsNoExplicitAccess
    • AsNoPermission
    • AsOther
    • IsAccessError
    • IsInsufficientPlan
    • IsMemberError
    • IsNoExplicitAccess
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX