Click or drag to resize

BCMultiContextQueryResult.GetWorkAreas 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: System.String
The ID value of the parent context. The context can be either a work area or a work list. If null or an empty string, then the root context of the vault is applied.

Return Value

Type: BCReadOnlyCollection<BCRepositoryObject>
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