Hi,
I want to know all the IDs of the WorkitemsCollection in the rootworkitem.
In the debugger I can see the IDs but the value is not the one I declare.
Ex: To retrieve the module I use this Line:
"72366020-95a1-452d-acc7-bab401ec6ba6"
Is in the Workitem an element that show "LookUpsAdmon"? I wanna make a DB with all my WorkItems ID.
thx.
I want to know all the IDs of the WorkitemsCollection in the rootworkitem.
In the debugger I can see the IDs but the value is not the one I declare.
Ex: To retrieve the module I use this Line:
WorkItem item = WorkItem.Parent.WorkItems["LookUpsAdmon"];
but if I put a breakpoint and see the values of "Item" in the ID propertie i see:"72366020-95a1-452d-acc7-bab401ec6ba6"
Is in the Workitem an element that show "LookUpsAdmon"? I wanna make a DB with all my WorkItems ID.
thx.