BCMultiContextQueryResultGetDocuments Method (String, Boolean) |
Returns the collection of documents in the search result
for the context with the specified ID value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCReadOnlyCollection<BCDocument> GetDocuments(
string contextID,
bool includeSubmitted
)
Public Function GetDocuments (
contextID As String,
includeSubmitted As Boolean
) As BCReadOnlyCollection(Of BCDocument)
Parameters
- contextID
- Type: SystemString
The ID value of the context.
The context can be either a work area or a work list.
- includeSubmitted
- Type: SystemBoolean
A value indicating whether the result collection should contain
submitted revisions of working copies found in work lists that
are children of the specified work area.
Return Value
Type:
BCReadOnlyCollectionBCDocument
The collection of documents in the search result
for the context with the specified
ID value.
See Also