Click or drag to resize

BCMultiContextQueryResultGetWorkAreas Method

Returns the collection of all work areas and work lists in the search result for all children contexts which parent has the specified ID value.

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> GetWorkAreas(
	string parentContextID
)

Parameters

parentContextID
Type: SystemString
The ID value of the parent context. The context can be either a work area or a work list. If or an empty string, then the root context of the vault is applied.

Return Value

Type: BCReadOnlyCollectionBCRepositoryObject
The collection of all work areas and work lists in the search result for all children contexts which parent has the specified ID value.
See Also