ComponentOne Web API Edition
Write Method (IFileStorage)

C1.Web.Api.Storage Namespace > IFileStorage Interface : Write Method
The file stream
Write a stream to file, if the file already exists, it is overwritten.
Syntax
'Declaration
 
Sub Write( _
   ByVal stream As Stream _
) 
void Write( 
   Stream stream
)

Parameters

stream
The file stream
See Also

Reference

IFileStorage Interface
IFileStorage Members