InvoiceSourceCodeRepositoryGetPubliclyAvailableByPromotionalCode Method

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

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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