LivelinkHELP
Programmer
Hi,
Hope someone can help with this, using the Livelink web services in C# have wrtitten a simple little program to clean up users workspaces, it's fine until it encounters a node that has a Generation, if the generation itself is deleted it retains a link in the references to this in the GUI. Yet in the code the ListReferences returns null.
I am trying to find some way via the API to delete the reference on the node to the Generation. I can delete the Generation itself but not the node until I remove the generation in the references section which I can do in the GUI, but can find no way in the API to get the Generation reference and delete it.
Heres the code to access refernces which is fine I can delete the reference ID, but it leaves a generation on the current node which I can not delete via the API (not that I have found anyway)
LivelinkDocumentManagementWS.Node[] nReferences = _docManager.ListReferences(authenticate, node.ID);
Any help please
Hope someone can help with this, using the Livelink web services in C# have wrtitten a simple little program to clean up users workspaces, it's fine until it encounters a node that has a Generation, if the generation itself is deleted it retains a link in the references to this in the GUI. Yet in the code the ListReferences returns null.
I am trying to find some way via the API to delete the reference on the node to the Generation. I can delete the Generation itself but not the node until I remove the generation in the references section which I can do in the GUI, but can find no way in the API to get the Generation reference and delete it.
Heres the code to access refernces which is fine I can delete the reference ID, but it leaves a generation on the current node which I can not delete via the API (not that I have found anyway)
LivelinkDocumentManagementWS.Node[] nReferences = _docManager.ListReferences(authenticate, node.ID);
Any help please