C1.Web.Api.Storage Namespace : IFileStorage Interface |
The following tables list the members exposed by IFileStorage.
Name | Description | |
---|---|---|
![]() | Exists | Determines whether the specified file exists. (Inherited from C1.Web.Api.Storage.IStorage) |
![]() | Name | Gets the name of storage. (Inherited from C1.Web.Api.Storage.IStorage) |
![]() | ReadOnly | Determines whether the specified file is read only. |
Name | Description | |
---|---|---|
![]() | Delete | Delete the file from storage. |
![]() | Read | Read the file stream. |
![]() | Write | Write a stream to file, if the file already exists, it is overwritten. |