ImportMapFilesHelperPostedFileInfo Class

A class that contains uploaded file information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.UtilitiesImportMapFilesHelperPostedFileInfo

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 class PostedFileInfo

The ImportMapFilesHelperPostedFileInfo type exposes the following members.

Constructors
  NameDescription
Public methodImportMapFilesHelperPostedFileInfo
Initializes a new instance of the ImportMapFilesHelperPostedFileInfo class.
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the name of the file.
Public propertyFileStream
Gets or sets the file stream.
Top
See Also