BCRepository.GetWorkListFromMainArea 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)
Syntaxpublic BCReadOnlyCollection<BCWorkList> GetWorkListFromMainArea()
Public Function GetWorkListFromMainArea As BCReadOnlyCollection(Of BCWorkList)
Return Value
Type:
BCReadOnlyCollection<BCWorkList>The collection of work lists from the main area.
See Also