[]
        
(Showing Draft Content)

C1.Web.Api.Storage.IFileStorage

IFileStorage Interface

The file storage interface.

Namespace: C1.Web.Api.Storage
Assembly: C1.Web.Api.dll
Syntax
public interface IFileStorage : IStorage

Properties

Name Description
ReadOnly

Determines whether the specified file is read only.

Methods

Name Description
Delete()

Delete the file from storage.

Read()

Read the file stream.

Write(Stream)

Write a stream to file, if the file already exists, it is overwritten.