GetAllDocuments() public method

Get information on all the documents in the given database.
public GetAllDocuments ( string server, string db ) : NDB.DocInfo[]
server string The server URL
db string The database name
return NDB.DocInfo[]
Exemplo n.º 1
0
 public void RemoteTest()
 {
     RemoteDB remoteDB = new RemoteDB();
     remoteDB.GetAllDocuments("http://127.0.0.1:5984", "test");
 }