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.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RelinquishAccessArg
Constructors
View SourceRelinquishAccessArg(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 SourceFileId
The id for the file or folder.
Declaration
public string FileId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |