Table of contents
    No headers

     

     

    public interface IDocStore {
            bool Put(XDoc doc, bool force);
            void Delete(string docId);
            XDoc Get(string docId);
            IList<XDoc> Get(string keyName, string keyValue);
        }
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by