Class DeleteFileRequestArgs
Arguments for DeleteAsync(DeleteFileRequestArgs).
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class DeleteFileRequestArgs
Constructors
View SourceDeleteFileRequestArgs(IEnumerable<string>)
Initializes a new instance of the DeleteFileRequestArgs class.
Declaration
public DeleteFileRequestArgs(IEnumerable<string> ids)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | ids | List IDs of the file requests to delete. |
Properties
View SourceIds
List IDs of the file requests to delete.
Declaration
public IList<string> Ids { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |