Click or drag to resize
Infosoft Logo

RetailerAccountingSystemExportParametersCategoryCodes Property

Gets or sets a list of category codes that indicate which retailers should be included based on their categories. If the list is empty, all categories will be included.

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IList<string> CategoryCodes { get; set; }

Property Value

IListString
See Also