ComponentOne Web API Edition
ICloudStorage Interface Members
Properties  Methods 

C1.Web.Api.Storage.Legacy Namespace : ICloudStorage Interface

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
 MethodDelete the file from storage. (Inherited from C1.Web.Api.Storage.IFileStorage)
 MethodList all files and folders.  
 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

Reference

ICloudStorage Interface
C1.Web.Api.Storage.Legacy Namespace