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)
Syntax
public PostedFileInfo(
	string fileName,
	Stream fileStream
)

Parameters

fileName
Type: SystemString
Name of the file.
fileStream
Type: System.IOStream
The file stream.
See Also