Click or drag to resize

BCMultiContextQueryResult.GetDocuments Method (String)

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
)

Parameters

contextID
Type: System.String
The ID value of the context. The context can be either a work area or a work list.

Return Value

Type: BCReadOnlyCollection<BCDocument>
The collection of documents in the search result for the context with the specified ID value.
Remarks
The result collection contains submitted revisions of working copies found in work lists that are children of the specified work area.
See Also