Class UnshareFileArg
Arguments for UnshareFileAsync(UnshareFileArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFileArg
Constructors
View SourceUnshareFileArg(string)
Initializes a new instance of the UnshareFileArg class.
Declaration
public UnshareFileArg(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| string | file | The file to unshare. |
Properties
View SourceFile
The file to unshare.
Declaration
public string File { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |