ImportMembershipObjectsFileResultData Class

Abstract base class for results from a bulk import membership objects operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsImportMembershipObjectsFileResultData
    Dundas.BI.WebApi.ModelsImportAccountsFileResultData
    Dundas.BI.WebApi.ModelsImportGroupsFileResultData

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 abstract class ImportMembershipObjectsFileResultData

The ImportMembershipObjectsFileResultData type exposes the following members.

Constructors
 NameDescription
Protected methodImportMembershipObjectsFileResultData Initializes a new instance of the ImportMembershipObjectsFileResultData 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