Open this page in the API Guide

ImportAccountsFileResultData Class

The data contract class to return results from a bulk account import operation.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.ImportAccountsFileResultData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.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