CBForest.Native.c4doc_selectNextLeafRevision C# (CSharp) Method

c4doc_selectNextLeafRevision() private method

private c4doc_selectNextLeafRevision ( C4Document doc, [ includeDeleted, [ withBody, C4Error outError ) : bool
doc C4Document
includeDeleted [
withBody [
outError C4Error
return bool
        public static extern bool c4doc_selectNextLeafRevision(C4Document *doc, [MarshalAs(UnmanagedType.U1)]bool includeDeleted, 
            [MarshalAs(UnmanagedType.U1)]bool withBody, C4Error *outError);
        
Native