Click or drag to resize

InvoiceSourceCodeRepositoryGetPubliclyAvailable Method

Retrieves all publicly available source codes. See the IsPubliclyAvailable property for more information on what defined a source code as "publicly available".

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<InvoiceSourceCode> GetPubliclyAvailable()

Return Value

IReadOnlyCollectionInvoiceSourceCode
The requested list
See Also