CBForest.Native.c4doc_selectNextRevision C# (CSharp) Method

c4doc_selectNextRevision() private method

private c4doc_selectNextRevision ( C4Document doc ) : bool
doc C4Document
return bool
        public static extern bool c4doc_selectNextRevision(C4Document *doc);
Native