Class DeleteFileTask
Inheritance
object
DeleteFileTask
Assembly: .dll
Syntax
public class DeleteFileTask : TaskBase<DeleteFileTask, bool>
Constructors
DeleteFileTask(Api, string)
Declaration
public DeleteFileTask(Api api, string fileId)
Parameters
Type |
Name |
Description |
Api |
api |
|
string |
fileId |
|
Properties
FileId
Declaration
public string FileId { get; }
Property Value
Method
Declaration
public override string Method { get; }
Property Value
Overrides
Methods
ExecuteAsyncINTERNAL()
Declaration
protected override UniTask<bool> ExecuteAsyncINTERNAL()
Returns
Type |
Description |
UniTask<bool> |
|
Overrides