BCMultiContextQueryResultGetAllWorkAreas Method |
Returns the collection of all work areas and work lists
in the search result.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCReadOnlyCollection<BCRepositoryObject> GetAllWorkAreas()
Public Function GetAllWorkAreas As BCReadOnlyCollection(Of BCRepositoryObject)
public:
BCReadOnlyCollection<BCRepositoryObject^>^ GetAllWorkAreas()
member GetAllWorkAreas : unit -> BCReadOnlyCollection<BCRepositoryObject>
Return Value
Type:
BCReadOnlyCollectionBCRepositoryObject
The collection of all work areas and work lists in the
search result.
See Also