Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ImportResponse

Represents .

Inheritance
System.Object
ImportResponse
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ImportResponse : Response

Constructors

ImportResponse()

Initializes a new instance of the ImportResponse class.

Declaration
public ImportResponse()

Properties

Errors

Gets or sets the errors.

Declaration
public MappingError[] Errors { get; set; }
Property Value
Type Description
MappingError[]

The errors.

PrimaryKeyIds

Gets or sets the created objects.

Declaration
public PrimaryKeyId[] PrimaryKeyIds { get; set; }
Property Value
Type Description
PrimaryKeyId[]

The created objects.