Click or drag to resize

InvoiceSourceCodeRepositoryGetPubliclyAvailableByPromotionalCode Method

Retrieves a publicly available source code by its "promotional code" which is also known as its "eweb code"

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public InvoiceSourceCode GetPubliclyAvailableByPromotionalCode(
	string code
)

Parameters

code  String
The "promotional code" or "eweb code" of the source code to retrieve

Return Value

InvoiceSourceCode
The requested source code
See Also