ImportMapFilesHelperPostedFileInfo Constructor |
Namespace:
Dundas.BI.WebApi.Utilities
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic PostedFileInfo(
string fileName,
Stream fileStream
)
Public Sub New (
fileName As String,
fileStream As Stream
)
public:
PostedFileInfo(
String^ fileName,
Stream^ fileStream
)
new :
fileName : string *
fileStream : Stream -> PostedFileInfoParameters
- fileName
- Type: SystemString
Name of the file. - fileStream
- Type: System.IOStream
The file stream.
See Also