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

Syntax

C#
public BCReadOnlyCollection<BCRepositoryObject> GetWorkAreas(
	string parentContextID
)
Visual Basic
Public Function GetWorkAreas ( _
	parentContextID As String _
) As BCReadOnlyCollection(Of BCRepositoryObject)
Visual C++
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 nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string, then the root context of the vault is applied.

Return Value

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