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
Syntaxpublic bool IsParentOf(
ProductGroup group
)
Public Function IsParentOf (
group As ProductGroup
) As Boolean
public:
bool IsParentOf(
ProductGroup^ group
)
member IsParentOf :
group : ProductGroup -> bool
Parameters
- group
- Type: Aloe.EnterpriseOne.Model.General.ProductsProductGroup
The group.
Return Value
Type:
Boolean
See Also