Show / Hide Table of Contents

Class RelinquishFolderMembershipError

The relinquish folder membership error object

Inheritance
System.Object
RelinquishFolderMembershipError
RelinquishFolderMembershipError.AccessError
RelinquishFolderMembershipError.FolderOwner
RelinquishFolderMembershipError.GroupAccess
RelinquishFolderMembershipError.Mounted
RelinquishFolderMembershipError.NoExplicitAccess
RelinquishFolderMembershipError.NoPermission
RelinquishFolderMembershipError.Other
RelinquishFolderMembershipError.TeamFolder
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 RelinquishFolderMembershipError

Constructors

| Improve this Doc View Source

RelinquishFolderMembershipError()

Initializes a new instance of the RelinquishFolderMembershipError class.

Declaration
public RelinquishFolderMembershipError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsFolderOwner

Gets this instance as a FolderOwner, or null.

Declaration
public RelinquishFolderMembershipError.FolderOwner AsFolderOwner { get; }
Property Value
Type Description
RelinquishFolderMembershipError.FolderOwner
| Improve this Doc View Source

AsGroupAccess

Gets this instance as a GroupAccess, or null.

Declaration
public RelinquishFolderMembershipError.GroupAccess AsGroupAccess { get; }
Property Value
Type Description
RelinquishFolderMembershipError.GroupAccess
| Improve this Doc View Source

AsMounted

Gets this instance as a Mounted, or null.

Declaration
public RelinquishFolderMembershipError.Mounted AsMounted { get; }
Property Value
Type Description
RelinquishFolderMembershipError.Mounted
| Improve this Doc View Source

AsNoExplicitAccess

Gets this instance as a NoExplicitAccess, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public RelinquishFolderMembershipError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
RelinquishFolderMembershipError.TeamFolder
| 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

IsFolderOwner

Gets a value indicating whether this instance is FolderOwner

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

IsGroupAccess

Gets a value indicating whether this instance is GroupAccess

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

IsMounted

Gets a value indicating whether this instance is Mounted

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

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
In This Article
  • Constructors
    • RelinquishFolderMembershipError()
  • Properties
    • AsAccessError
    • AsFolderOwner
    • AsGroupAccess
    • AsMounted
    • AsNoExplicitAccess
    • AsNoPermission
    • AsOther
    • AsTeamFolder
    • IsAccessError
    • IsFolderOwner
    • IsGroupAccess
    • IsMounted
    • IsNoExplicitAccess
    • IsNoPermission
    • IsOther
    • IsTeamFolder
Back to top Generated by DocFX