CBForest.Native.c4doc_save C# (CSharp) Method

c4doc_save() private method

private c4doc_save ( C4Document doc, uint maxRevTreeDepth, C4Error outError ) : bool
doc C4Document
maxRevTreeDepth uint
outError C4Error
return bool
        public static extern bool c4doc_save(C4Document *doc, uint maxRevTreeDepth, C4Error *outError);
Native