Tagged Questions
1
vote
2answers
425 views
Getting the ID of a newly uploaded document
How to obtain the ID of a newly uploaded document using web services (c#, .net)? Is the following the best way to obtain Doc ID?
private string sGetID(string sURL, string sListGUID, string sFileName)
...