Retrieve the Document Id of the specified document.
[VB.NET] Public Function GetIdAsync(ByVal RemoteFile As String) As Task<string>
[C#] public Task<string> GetIdAsync(string remoteFile);