Web API Edition | ComponentOne
C1.Web.Api.Storage.Legacy Namespace / ICloudStorage Interface
Properties Methods

In This Topic
    ICloudStorage Interface Members
    In This Topic

    The following tables list the members exposed by ICloudStorage.

    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. (Inherited from C1.Web.Api.Storage.IFileStorage)
    Top
    Public Methods
     NameDescription
     MethodCreate new folder with the specified path  
     MethodDelete the file from storage. (Inherited from C1.Web.Api.Storage.IFileStorage)
     MethodList all files and folders.  
     MethodMove files from current path to destination path  
     MethodRead the file stream. (Inherited from C1.Web.Api.Storage.IFileStorage)
     MethodWrite a stream to file, if the file already exists, it is overwritten. (Inherited from C1.Web.Api.Storage.IFileStorage)
    Top
    See Also