Click or drag to resize
IAddressSettingsManagerGetAddressFieldSettings Method

[This is preliminary documentation and is subject to change.]

Retrieves address field settings for specific companies

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IOrderedEnumerable<IAddressFieldSetting>> GetAddressFieldSettings(
	IEnumerable<long> companyIds
)

Parameters

companyIds
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: IReadOnlyDictionaryInt64, IOrderedEnumerableIAddressFieldSetting
A dictionary with the company id as key and the field settings as values
Exceptions
ExceptionCondition
ArgumentNullExceptioncompanyIds is
See Also