C1.Web.Api.Storage Namespace : IDirectoryStorage Interface |
The following tables list the members exposed by IDirectoryStorage.
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) |
Name | Description | |
---|---|---|
![]() | Create | Creates the directory. |
![]() | Delete | Delete the directory from storage. |
![]() | GetDirectories | Gets directories in this directory. |
![]() | GetFiles | Gets files in this directory. |