| Name | Description | |
|---|---|---|
![]() | ClearSelectedRecords | Clear the selection. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ClearTOCSelection | Clears the selection from the TOC. |
![]() | GetSearchOptions | Gets the set of search options for the Knowledge Graph investigation view. |
![]() | GetSelectedEntities | Gets the collection of entity types selected in the TOC. |
![]() | GetSelectedRecords | Gets the selected records. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSelectedRelationships | Gets the collection of relationship types selected in the TOC. |
![]() | SelectEntities | Selects entity types in the TOC. |
![]() | SelectNamedObjectTypes | Selects entity and relationship types in the TOC. |
![]() | SelectRelationships | Selects relationship types in the TOC. |
![]() | SetSearchOptions | Sets the search options for the Knowledge Graph investigation view. |
![]() | SetSelectedRecords | Sets the selected records. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SubmitQuery | Performs an openCypher query on the knowledge graph. The investigation view is placed in Query Mode. |
![]() | SubmitSearch | Performs a text search on the knowledge graph. The investigation view is placed in Search Mode and uses the current search scope and filters. To customize the search scope and filters use SetSearchOptions prior to submitting the search. |
