Show / Hide Table of Contents

Class RelinquishFileMembershipError

The relinquish file membership error object

Inheritance
System.Object
RelinquishFileMembershipError
RelinquishFileMembershipError.AccessError
RelinquishFileMembershipError.GroupAccess
RelinquishFileMembershipError.NoPermission
RelinquishFileMembershipError.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 RelinquishFileMembershipError

Constructors

| Improve this Doc View Source

RelinquishFileMembershipError()

Initializes a new instance of the RelinquishFileMembershipError class.

Declaration
public RelinquishFileMembershipError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

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

AsGroupAccess

Gets this instance as a GroupAccess, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

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

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
    • RelinquishFileMembershipError()
  • Properties
    • AsAccessError
    • AsGroupAccess
    • AsNoPermission
    • AsOther
    • IsAccessError
    • IsGroupAccess
    • IsNoPermission
    • IsOther
Back to top Generated by DocFX