ImportAccountsFileResultData Class

The data contract class to return results from a bulk account import operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsImportAccountsFileResultData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ImportAccountsFileResultData

The ImportAccountsFileResultData type exposes the following members.

Constructors
  NameDescription
Public methodImportAccountsFileResultData
Initializes a new instance of the ImportAccountsFileResultData class.
Top
Properties
  NameDescription
Public propertyErrors
Gets the collection of error messages.
Public propertyFilename
Gets the name of the upload file.
Public propertyWarnings
Gets the collection of warning messages.
Top
See Also