Returns the organizational unit searched by "id" For example: dsales = DirOrganizationalUnit.fetch(dir : mySession, id : "Dallas/Sales") display ("Dallas/Sales OU description: " + dsales.description)
| Name | Type | Description | Mode |
|---|---|---|---|
| dir | Fuego.Fdi.DirectorySession | the DirectorySession previously obtained, must be a valid session. | in |
| id | String | the OU identification. | in |