Returns the collection of work lists from the main area.

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<BCWorkList> GetWorkListFromMainArea()
Visual Basic
Public Function GetWorkListFromMainArea As BCReadOnlyCollection(Of BCWorkList)
Visual C++
public:
BCReadOnlyCollection<BCWorkList^>^ GetWorkListFromMainArea()

Return Value

The collection of work lists from the main area.

See Also