Dropbox .NET SDK
Show / Hide Table of Contents

Class RelinquishAccessArg

Removes all self-removable access from a file or folder. For folders: always relinquishes without keeping a local copy (leave_a_copy=false behavior). If you need control over keeping folder contents, use the relinquish_folder_membership endpoint instead.

Inheritance
object
RelinquishAccessArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RelinquishAccessArg

Constructors

View Source

RelinquishAccessArg(string)

Initializes a new instance of the RelinquishAccessArg class.

Declaration
public RelinquishAccessArg(string fileId)
Parameters
Type Name Description
string fileId

The id for the file or folder.

Properties

View Source

FileId

The id for the file or folder.

Declaration
public string FileId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK