|
RetailerAccountingSystemExportParametersIsInitialExport Property |
Gets or sets a value indicating whether this export session is an initial export to the accounting system,
i.e. if no retailer data is currently present in the accounting system.
Namespace: Infosoft.Common.Contracts.DataContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public bool IsInitialExport { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Booleantrue if this export is an initial export; otherwise,
false.
Remarks
If this is true, deletion information will not be exported, since the external system is assumed to have had
no prior information about the deleted retailers.
See Also