I am creating a new item using the underlying service in this post . However, the URI of the newly created tcm element is: 0-0-0 instead of the actual TCM URI. The Title property is correct (and not a new component), but the WebDav path returns "New component".
What is the best way to get the URI of my newly created item?
client.Create(newComponent, null); string newItemUri = newComponent.Id;
source share