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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCDocument> GetDocuments(
	string contextID,
	bool includeSubmitted
)
Visual Basic
Public Function GetDocuments ( _
	contextID As String, _
	includeSubmitted As Boolean _
) As BCReadOnlyCollection(Of BCDocument)
Visual C++
public:
BCReadOnlyCollection<BCDocument^>^ GetDocuments(
	String^ contextID, 
	bool includeSubmitted
)

Parameters

contextID
Type: System..::..String
The ID value of the context. The context can be either a work area or a work list.
includeSubmitted
Type: System..::..Boolean
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

The collection of documents in the search result for the context with the specified ID value.

See Also