GH_DocumentServerAddDocument Method | 
| Name | Description | |
|---|---|---|
| AddDocument(GH_Document) | 
 Add a new document to the global list. If the document is already registered nothing will happen.
 This also applies to a different document which points to the same file path
   | |
| AddDocument(GH_Document, Boolean) | 
 Add a new document to the global list. If the document is already registered nothing will happen.
 This also applies to a different document which points to the same file path
   | |
| AddDocument(String, Boolean) | 
 Add a new document to the global list. If there already is a document with the 
 given path, it will be made active.
   |