Show / Hide Table of Contents

Class SharedFolderMemberError

The shared folder member error object

Inheritance
System.Object
SharedFolderMemberError
SharedFolderMemberError.InvalidDropboxId
SharedFolderMemberError.NoExplicitAccess
SharedFolderMemberError.NotAMember
SharedFolderMemberError.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 SharedFolderMemberError

Constructors

| Improve this Doc View Source

SharedFolderMemberError()

Initializes a new instance of the SharedFolderMemberError class.

Declaration
public SharedFolderMemberError()

Properties

| Improve this Doc View Source

AsInvalidDropboxId

Gets this instance as a InvalidDropboxId, or null.

Declaration
public SharedFolderMemberError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type Description
SharedFolderMemberError.InvalidDropboxId
| Improve this Doc View Source

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

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

AsNotAMember

Gets this instance as a NotAMember, or null.

Declaration
public SharedFolderMemberError.NotAMember AsNotAMember { get; }
Property Value
Type Description
SharedFolderMemberError.NotAMember
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsInvalidDropboxId

Gets a value indicating whether this instance is InvalidDropboxId

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

IsNotAMember

Gets a value indicating whether this instance is NotAMember

Declaration
public bool IsNotAMember { 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
    • SharedFolderMemberError()
  • Properties
    • AsInvalidDropboxId
    • AsNoExplicitAccess
    • AsNotAMember
    • AsOther
    • IsInvalidDropboxId
    • IsNoExplicitAccess
    • IsNotAMember
    • IsOther
Back to top Generated by DocFX