BCMultiContextQueryResultGetRestrictedWorkAreas Method |
Gets the restricted collection of work areas and work lists in the search result.
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<BCRepositoryObject> GetRestrictedWorkAreas()
Public Function GetRestrictedWorkAreas As BCReadOnlyCollection(Of BCRepositoryObject)
Return Value
Type:
BCReadOnlyCollectionBCRepositoryObject
The restricted collection of work areas and work lists in the search result.
Main area is always included in the collection.
Remarks
The collection is restricted by the parameters specified for the
BCRepository.ExecuteMultiContextQuery method
(waNameFilter, waNameFilterOperator, includeAllWorkLists).
See Also