Method SetCatalogValidationResults
SetCatalogValidationResults(ExporterValidationResults, List<ExporterValidationResults>)
Sets the results of the validation of catalog items upon export.
Declaration
public void SetCatalogValidationResults(ProductCatalogEditor.ExporterValidationResults catalogResults, List<ProductCatalogEditor.ExporterValidationResults> itemResults)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductCatalogEditor.ExporterValidationResults | catalogResults | Validation results of the exported catalog |
| List<ProductCatalogEditor.ExporterValidationResults> | itemResults | List of validation results of the exported items |