IProductManagerGetApplicableAddressGroups Method |
[This is preliminary documentation and is subject to change.]
Retrieves applicable address groups based on a product id
Namespace: Netadmin.Management.OrderAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<long> GetApplicableAddressGroups(
long productId
)
Function GetApplicableAddressGroups (
productId As Long
) As IEnumerable(Of Long)
Parameters
- productId
- Type: SystemInt64
[Missing <param name="productId"/> documentation for "M:Netadmin.Management.Order.IProductManager.GetApplicableAddressGroups(System.Int64)"]
Return Value
Type:
IEnumerableInt64A set address group ids which are applicable for a product. Null is returned if all address groups are applicable
See Also