Method Validate
Validate(ProductCatalog)
Validates the product catalog for export.
Declaration
ProductCatalogEditor.ExporterValidationResults Validate(ProductCatalog catalog)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductCatalog | catalog | The |
Returns
| Type | Description |
|---|---|
| ProductCatalogEditor.ExporterValidationResults | The results of the validation. |
Validate(ProductCatalogItem)
Validates the product catalog item for export.
Declaration
ProductCatalogEditor.ExporterValidationResults Validate(ProductCatalogItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductCatalogItem | item | The |
Returns
| Type | Description |
|---|---|
| ProductCatalogEditor.ExporterValidationResults | The results of the validation. |