ImportAccountsFileResultData Class

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

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

The ImportAccountsFileResultData type exposes the following members.

Constructors
 NameDescription
Public methodImportAccountsFileResultDataInitializes a new instance of the ImportAccountsFileResultData class
Top
Properties
 NameDescription
Public propertyErrors Gets the collection of error messages.
(Inherited from ImportMembershipObjectsFileResultData)
Public propertyFilename Gets the name of the upload file.
(Inherited from ImportMembershipObjectsFileResultData)
Public propertyWarnings Gets the collection of warning messages.
(Inherited from ImportMembershipObjectsFileResultData)
Top
See Also