ComponentOne Studio Web API Edition
FormFile Constructor

The file stream
The file extension
Create a FormFile with specified stream and file extension.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal extension As String _
)
public FormFile( 
   Stream stream,
   string extension
)

Parameters

stream
The file stream
extension
The file extension
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormFile Class
FormFile Members

 

 


Copyright © GrapeCity, inc. All rights reserved.