public interface IDocStore {
bool Put(XDoc doc, bool force);
void Delete(string docId);
XDoc Get(string docId);
IList<XDoc> Get(string keyName, string keyValue);
}
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by