[]
        
(Showing Draft Content)

C1.Web.Api.Storage.IDirectoryStorage

IDirectoryStorage Interface

The directory storage interface.

Namespace: C1.Web.Api.Storage
Assembly: C1.AspNetCore.Api.dll
Syntax
public interface IDirectoryStorage : IStorage
Public Interface IDirectoryStorage
    Inherits IStorage

Methods

Name Description
Create()

Creates the directory.

Delete(bool)

Delete the directory from storage.

GetDirectories(bool, string)

Gets directories in this directory.

GetFiles(bool, string)

Gets files in this directory.