Class RelinquishFileMembershipArg
The relinquish file membership arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RelinquishFileMembershipArg
Constructors
View SourceRelinquishFileMembershipArg(string)
Initializes a new instance of the RelinquishFileMembershipArg class.
Declaration
public RelinquishFileMembershipArg(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| string | file | The path or id for the file. |
Properties
View SourceFile
The path or id for the file.
Declaration
public string File { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |