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

Syntax

C#
public BCReadOnlyCollection<BCRepositoryObject> GetRestrictedWorkAreas()
Visual Basic
Public Function GetRestrictedWorkAreas As BCReadOnlyCollection(Of BCRepositoryObject)
Visual C++
public:
BCReadOnlyCollection<BCRepositoryObject^>^ GetRestrictedWorkAreas()

Return Value

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