Click or drag to resize

ProductGroupIsParentOf Method

Determines whether the this group is parent of the specified group.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsParentOf(
	ProductGroup group
)

Parameters

group
Type: Aloe.EnterpriseOne.Model.General.ProductsProductGroup
The group.

Return Value

Type: Boolean
See Also