Click or drag to resize
IProductManagerAddAddressGroup Method

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

Adds a relation to an address group

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void AddAddressGroup(
	long productId,
	IEnumerable<long> addressGroupIds
)

Parameters

productId
Type: SystemInt64
The product Id
addressGroupIds
Type: System.Collections.GenericIEnumerableInt64
The address group id
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if an id is zero or less.
ArgumentNullExceptionaddressGroupIds is
ObjectNotFoundExceptionThrown if entity with id does not exists.
See Also