Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.FileData<TObj>.AddAsync Method

Adds an new file.

Class: YetaWF.Core.IO.FileData<TObj>
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task<bool> AddAsync( TObj data );

Parameters

data

The data to save.

Return Value

Returns true if the file was added, false if the file already exists.

See Also YetaWF.Core.IO.FileData<TObj> ClassYetaWF.Core Overview