BCRepositoryGetWorkListFromMainArea Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public BCReadOnlyCollection<BCWorkList> GetWorkListFromMainArea()
Public Function GetWorkListFromMainArea As BCReadOnlyCollection(Of BCWorkList)
Return Value
Type:
BCReadOnlyCollectionBCWorkListThe collection of work lists from the main area.
See Also