예제 #1
0
 /// <summary>
 /// The AddDocument
 /// </summary>
 /// <param name="collectionId">The <see cref="string"/></param>
 /// <param name="documentId">The <see cref="string"/></param>
 public void AddDocument(string collectionId, string documentId)
 {
     Collection.AddDocument(client, collectionId, documentId);
 }