C# Class CBForest.CBForestDocument

Inheritance: IDisposable
Show file Open project: buzzfeed/cbforest

Public Methods

Method Description
CBForestDocument ( string docId, string revId ) : System
Dispose ( ) : void

Method Details

CBForestDocument() public method

public CBForestDocument ( string docId, string revId ) : System
docId string
revId string
return System

Dispose() public method

public Dispose ( ) : void
return void