foreach (ReferenceType orgref in orgsList.Values)
{
var taskRef = Organization.GetOrganizationByReference(client, orgref).GetTasksListRef();
var tasklist = TaskList.GetTaskListByReference(client, taskRef).GetTasks();
//Do Stuff
}
I have this code.
But the tasklist is empty every time - I can get vm's and vDC and so on and so forth, but the tasklist for my organization is empty.
Am I looking the wrong place?
↧
Problem with TaskList
↧