Click or drag to resize
IProductManagerGetApplicableAddressGroups Method

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

Retrieves applicable address groups based on a product id

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

Parameters

productId
Type: SystemInt64

[Missing <param name="productId"/> documentation for "M:Netadmin.Management.Order.IProductManager.GetApplicableAddressGroups(System.Int64)"]

Return Value

Type: IEnumerableInt64
A set address group ids which are applicable for a product. Null is returned if all address groups are applicable
See Also