Returns true if the ou2 is contained by the ou, otherwise false. For example: // Checking if the DirOrganizationalUnit variable "bostSaleOU" is contained by "bostonOu" - In the example below it returns FALSE display ("The OU 'Boston/Sales' is contained by 'Boston' - comparing 2 OU variables: " + isContainedBy(bostonOU, ou2 : bostSaleOU))
| Name | Type | Description | Mode |
|---|---|---|---|
| ou2 | Fuego.Fdi.DirOrganizationalUnit | organizational unit that is or not contained by ou | in |