CBForest.Native.c4doc_selectParentRevision C# (CSharp) Method

c4doc_selectParentRevision() private method

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