DirOrganizationalUnit.fetchAll(dir)

Returns the list of all the Organizational Units defined in the Directory. For example: //Fetch All OUs allOU = DirOrganizationalUnit.fetchAll(dir : mySession) i= 0 for each ou in allOU do lines[i] = [ou.fullName,ou.name] i = i +1 end

Arguments:

Name Type Description Mode
dir Fuego.Fdi.DirectorySession the DirectorySession previously obtained, must be a valid session. in