Web API Core | ComponentOne
C1.Web.Api.Storage Namespace / IFileStorage Interface
Properties Methods

In This Topic
    IFileStorage Interface Members
    In This Topic

    The following tables list the members exposed by IFileStorage.

    Public Properties
     NameDescription
     PropertyDetermines whether the specified file exists. (Inherited from C1.Web.Api.Storage.IStorage)
     PropertyGets the name of storage. (Inherited from C1.Web.Api.Storage.IStorage)
     PropertyDetermines whether the specified file is read only.  
    Top
    Public Methods
     NameDescription
     MethodDelete the file from storage.  
     MethodRead the file stream.  
     MethodWrite a stream to file, if the file already exists, it is overwritten.  
    Top
    See Also