Click or drag to resize

InternationalsHelperGetInternationals Method

Gets the internationals for entity with id and its field..

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static Dictionary<Guid, string> GetInternationals(
	Guid externalId,
	string fieldName
)

Parameters

externalId
Type: SystemGuid
The external id.
fieldName
Type: SystemString
Name of the field.

Return Value

Type: DictionaryGuid, String
List of internationals for specified field name.
See Also