Retrieves a list of all portal lists on the system

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
EntityCollection<ListEntity> GetAllLists()
Visual Basic
Function GetAllLists As EntityCollection(Of ListEntity)
Visual C++
EntityCollection<ListEntity^>^ GetAllLists()
F#
abstract GetAllLists : unit -> EntityCollection<ListEntity> 

Return Value

Type: EntityCollection<(Of <(<'ListEntity>)>)>
EntityCollection containing all list entities for the current application id

See Also