| BCWorkPackageMakeSelection Method |
Returns a new selection object from the given collection of documents.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCSelection MakeSelection(
BCReadOnlyCollection<BCDocument> documents
)
Public Function MakeSelection (
documents As BCReadOnlyCollection(Of BCDocument)
) As BCSelection
public:
BCSelection^ MakeSelection(
BCReadOnlyCollection<BCDocument^>^ documents
)
member MakeSelection :
documents : BCReadOnlyCollection<BCDocument> -> BCSelection
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:
BCSelectionThe created selection object from the given collection of documents.
See Also