Returns all page entities from a currently active portal (filter on ApplicationId field).

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

Syntax

C#
public virtual EntityCollection<PageEntity> GetAllPages()
Visual Basic
Public Overridable Function GetAllPages As EntityCollection(Of PageEntity)
Visual C++
public:
virtual EntityCollection<PageEntity^>^ GetAllPages()
F#
abstract GetAllPages : unit -> EntityCollection<PageEntity> 
override GetAllPages : unit -> EntityCollection<PageEntity> 

Return Value

Type: EntityCollection<(Of <(<'PageEntity>)>)>
Collection of all pages.

Implements

IPageBLL..::..GetAllPages()()()()

See Also