Click or drag to resize
BCWorkPackageMakeSelection Method
Returns a new selection object from the given collection of documents.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCSelection MakeSelection(
	BCReadOnlyCollection<BCDocument> documents
)

Parameters

documents
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCReadOnlyCollectionBCDocument
The collection of documents to create the selection from. Typically the collection is returned by ExecuteQuery(BCSearchQuery) method.

Return Value

Type: BCSelection
The created selection object from the given collection of documents.
See Also