CBForest.Native.c4doc_insertRevisionWithHistory C# (CSharp) Method

c4doc_insertRevisionWithHistory() private method

private c4doc_insertRevisionWithHistory ( C4Document doc, C4Slice body, [ deleted, [ hasAttachments, C4Slice history, uint historyCount, C4Error outError ) : int
doc C4Document
body C4Slice
deleted [
hasAttachments [
history C4Slice
historyCount uint
outError C4Error
return int
        public static extern int c4doc_insertRevisionWithHistory(C4Document *doc, C4Slice body, 
            [MarshalAs(UnmanagedType.U1)]bool deleted, [MarshalAs(UnmanagedType.U1)]bool hasAttachments, C4Slice* history, 
            uint historyCount, C4Error *outError);

Same methods

Native::c4doc_insertRevisionWithHistory ( C4Document doc, string body, bool deleted, bool hasAttachments, string history, C4Error outError ) : int
Native