GetLoadedDocuments Method
Overloads
GetLoadedDocuments(Guid)
Declaration
IEnumerable<QVSLoadedDocument> GetLoadedDocuments(Guid qvsID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | qvsID |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<QVSLoadedDocument> |
GetLoadedDocuments(Guid, QueryTarget)
Declaration
IEnumerable<QVSLoadedDocument> GetLoadedDocuments(Guid qvsID, QueryTarget target)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | qvsID | |
| QueryTarget | target |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<QVSLoadedDocument> |